给所有的单据加上可自定义展示的字段
This commit is contained in:
@@ -155,7 +155,9 @@
|
||||
{ title: '颜色', key: 'color', width: '5%', type: FormTypes.normal },
|
||||
{ title: '品牌', key: 'brand', width: '6%', type: FormTypes.normal },
|
||||
{ title: '制造商', key: 'mfrs', width: '6%', type: FormTypes.normal },
|
||||
{ title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal },
|
||||
{ title: '扩展1', key: 'otherField1', width: '4%', type: FormTypes.normal },
|
||||
{ title: '扩展2', key: 'otherField2', width: '4%', type: FormTypes.normal },
|
||||
{ title: '扩展3', key: 'otherField3', width: '4%', type: FormTypes.normal },
|
||||
{ title: '库存', key: 'stock', width: '5%', type: FormTypes.normal },
|
||||
{ title: '调入仓库', key: 'anotherDepotId', width: '8%', type: FormTypes.select, placeholder: '请选择${title}', options: [], allowSearch:true},
|
||||
{ title: '单位', key: 'unit', width: '4%', type: FormTypes.normal },
|
||||
@@ -228,6 +230,7 @@
|
||||
this.initDepot()
|
||||
this.initPlatform()
|
||||
this.initQuickBtn()
|
||||
this.handleChangeOtherField()
|
||||
},
|
||||
//提交单据时整理成formData
|
||||
classifyIntoFormData(allValues) {
|
||||
|
||||
Reference in New Issue
Block a user