|
@ -155,7 +155,7 @@ export default { |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/Item-Basic")}, |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/Item-Basic")}, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
{ type: "input", label: "包装数量", prop: "qty", colSpan: 12, validType:'number' }, |
|
|
{ type: "input", label: "包装数量", prop: "qty", colSpan: 12, validType:'number' }, |
|
|
{ type: "input", label: "包装计量单位", prop: "basicUom", colSpan: 12, validType:'numberLetter' }, |
|
|
{ type: "input", label: "包装计量单位", prop: "basicUom", colSpan: 12, validType:'letter' }, |
|
|
{ type: "input", label: "备注", prop: 'remark', colSpan: 12 }, |
|
|
{ type: "input", label: "备注", prop: 'remark', colSpan: 12 }, |
|
|
], |
|
|
], |
|
|
editForm: [ |
|
|
editForm: [ |
|
@ -164,7 +164,7 @@ export default { |
|
|
{ type: "select", label: "包装类型", prop: "packType", options: "qtyUomType", clearable: true, filterable: true, allowCreate: true, colSpan: 12 }, |
|
|
{ type: "select", label: "包装类型", prop: "packType", options: "qtyUomType", clearable: true, filterable: true, allowCreate: true, colSpan: 12 }, |
|
|
{ type: "input", label: "物品代码", prop: "itemCode", disabled:true, colSpan: 12 }, |
|
|
{ type: "input", label: "物品代码", prop: "itemCode", disabled:true, colSpan: 12 }, |
|
|
{ type: "input", label: "包装数量", prop: "qty", colSpan: 12, validType:'number' }, |
|
|
{ type: "input", label: "包装数量", prop: "qty", colSpan: 12, validType:'number' }, |
|
|
{ type: "input", label: "包装计量单位", prop: "basicUom", colSpan: 12, validType:'numberLetter' }, |
|
|
{ type: "input", label: "包装计量单位", prop: "basicUom", colSpan: 12, validType:'letter' }, |
|
|
{ type: "input", label: "备注", prop: 'remark', colSpan: 12 }, |
|
|
{ type: "input", label: "备注", prop: 'remark', colSpan: 12 }, |
|
|
], |
|
|
], |
|
|
editRules: { |
|
|
editRules: { |
|
|