Merge branch 'feat/goodsEdit-boxNum' of 47.94.45.65:angelo/web-retail-admin into dev

This commit is contained in:
woody 2025-07-01 09:54:34 +08:00
commit 84cdf3f4d5
4 changed files with 209 additions and 235 deletions

View File

@ -333,15 +333,16 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col v-show="form.specialArea == 3" :span="8"> <el-col :span="8">
<el-form-item label="发起人收益"> <el-form-item label="上传盒数" prop="boxNum">
<el-input <el-input
v-model="form.makerIncome" v-model="form.boxNum"
clearable clearable
:placeholder="'请输入'" :placeholder="'请输入'"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item :label="'保证标签'"> <el-form-item :label="'保证标签'">
<el-checkbox-group <el-checkbox-group
@ -853,6 +854,7 @@ export default {
waresAwardsIds: [], waresAwardsIds: [],
sales: '', sales: '',
sortStatus: 0, sortStatus: 0,
boxNum: '1',
sort: '', sort: '',
sptw: '', sptw: '',
ysList: [], ysList: [],

File diff suppressed because it is too large Load Diff

View File

@ -295,10 +295,10 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col v-show="form.specialArea == 3" :span="8"> <el-col :span="8">
<el-form-item label="发起人收益"> <el-form-item label="上传盒数" prop="boxNum">
<el-input <el-input
v-model="form.makerIncome" v-model="form.boxNum"
clearable clearable
:placeholder="'请输入'" :placeholder="'请输入'"
/> />
@ -751,6 +751,7 @@ export default {
waresAwardsIds: [], waresAwardsIds: [],
sales: '', sales: '',
sortStatus: 0, sortStatus: 0,
boxNum: '1',
waresCode: '', waresCode: '',
sort: '', sort: '',
sptw: '', sptw: '',

View File

@ -44,9 +44,9 @@ module.exports = {
}, },
proxy: { proxy: {
'/prod-api': { '/prod-api': {
target: 'http://t-app.beida777.com', target: 'http://192.168.0.104:8080',
changeOrigin: true changeOrigin: true,
// pathRewrite: { '^/prod-api': '' } pathRewrite: { '^/prod-api': '' }
} }
} }
}, },