|
|
@ -164,10 +164,10 @@ export default { |
|
|
|
{ type: "filterSelect", label: "供应商代码", prop: "supplierCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/Supplier")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Supplier', 'Supplier', '供应商选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量下限", valueType: Number, prop: "floorQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量上限", valueType: Number, prop: "ceilingQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检百分比%", valueType: Number, prop: "samplePercent", colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检数量", valueType: Number, prop: "sampleQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量下限", prop: "floorQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量上限", prop: "ceilingQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检百分比%", prop: "samplePercent", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检数量", prop: "sampleQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "select", label: "使用百分比", prop: "isUsePercent", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
{ type: "select", label: "ABC类", prop: "abcClass", options: "abcClass", clearable: true, filterable: true, allowCreate: true, colSpan: 12 }, |
|
|
|
{ type: "input", label: "备注", prop: "remark", colSpan: 24 }, |
|
|
@ -179,10 +179,10 @@ export default { |
|
|
|
{ type: "filterSelect", label: "供应商代码", prop: "supplierCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/Supplier")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Supplier', 'SupplierBasic', '供应商选择', this.editFormData) }, colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量下限", valueType: Number, prop: "floorQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量上限", valueType: Number, prop: "ceilingQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检百分比%", valueType: Number, prop: "samplePercent", colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检数量", valueType: Number, prop: "sampleQty", colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量下限", prop: "floorQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "数量上限", prop: "ceilingQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检百分比%", prop: "samplePercent", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "input", label: "抽检数量", prop: "sampleQty", validType:'number', colSpan: 12 }, |
|
|
|
{ type: "select", label: "使用百分比", prop: "isUsePercent", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
{ type: "select", label: "ABC类", prop: "abcClass", options: "abcClass", clearable: true, filterable: true, allowCreate: true, colSpan: 12 }, |
|
|
|
{ type: "input", label: "备注", prop: "remark", colSpan: 12 }, |
|
|
|