Merge pull request 'projects/mesxc-zjl' (#231) from projects/mesxc-zjl into projects/mesxc-test
Reviewed-on: #231
This commit is contained in:
commit
267ee0015c
@ -60,14 +60,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span='6'>
|
<el-col :span='6'>
|
||||||
<el-form-item label="包装要求" prop="packReq">
|
<el-form-item label="包装要求" prop="packReq">
|
||||||
<el-select v-model="form.packReq" placeholder="请选择" style="width: 100%;" clearable>
|
<el-input v-model="form.packReq"></el-input>
|
||||||
<el-option
|
|
||||||
v-for="item in getDictDatas(DICT_TYPE.PACK_SPEC)"
|
|
||||||
:key="item.value"
|
|
||||||
:label="item.label"
|
|
||||||
:value="item.value">
|
|
||||||
</el-option>
|
|
||||||
</el-select>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@ -127,7 +120,7 @@ export default {
|
|||||||
this.form.customerId = res.data.customerId
|
this.form.customerId = res.data.customerId
|
||||||
this.form.planQuantity = res.data.planQuantity
|
this.form.planQuantity = res.data.planQuantity
|
||||||
this.form.deliveTime = res.data.deliveTime ? res.data.deliveTime : null
|
this.form.deliveTime = res.data.deliveTime ? res.data.deliveTime : null
|
||||||
this.form.packReq = res.data.packReq ? res.data.packReq+'' : ''
|
this.form.packReq = res.data.packReq
|
||||||
this.form.remark = res.data.remark
|
this.form.remark = res.data.remark
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.getSpecifications(this.form.planProductId)
|
this.getSpecifications(this.form.planProductId)
|
||||||
|
@ -125,7 +125,7 @@ const tableProps = [
|
|||||||
{
|
{
|
||||||
prop: 'packReq',
|
prop: 'packReq',
|
||||||
label: '包装要求',
|
label: '包装要求',
|
||||||
filter: publicFormatter('pack_spec'),
|
// filter: publicFormatter('pack_spec'),
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
showOverflowtooltip: true
|
showOverflowtooltip: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user