|
|
@ -238,11 +238,11 @@ export default { |
|
|
|
// { type: "input", label: "库位数量", valueType: Number, prop: "qty", colSpan: 12 }, |
|
|
|
// { type: "select", label: "库位数量单位", prop: "uom", options: "qtyUomType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "类型", prop: "type", options: "locationType", colSpan: 12 }, |
|
|
|
{ type: "input", label: "行号", valueType: Number,prop: "rowCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "列号", valueType: Number,prop: "columnCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "行号", prop: "rowCode", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "列号", prop: "columnCode", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "select", label: "默认库存状态", prop: "defaultInventoryStatus", options: "inventoryStage", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料优先级", valueType: Number, prop: "pickPriority", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料顺序", valueType: Number, prop: "pickOrder", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料优先级", prop: "pickPriority", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "拣料顺序", prop: "pickOrder", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "货架号", prop: "shelfCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "ERP库位", prop: "erpLocationCode", colSpan: 12 }, |
|
|
|
{ type: "select", label: "是否混物品", prop: "enableMixItem", options: "whetherOrNot", colSpan: 12 }, |
|
|
@ -293,11 +293,11 @@ export default { |
|
|
|
// { type: "input", label: "库位数量", valueType: Number, prop: "qty", colSpan: 12 }, |
|
|
|
// { type: "select", label: "库位数量单位", prop: "uom", options: "qtyUomType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "类型", prop: "type", options: "locationType", clearable: true, colSpan: 12 }, |
|
|
|
{ type: "input", label: "行号", valueType: Number,prop: "rowCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "列号", valueType: Number,prop: "columnCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "行号", prop: "rowCode", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "列号", prop: "columnCode", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "select", label: "默认库存状态", prop: "defaultInventoryStatus", options: "inventoryStage", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料优先级", valueType: Number, prop: "pickPriority", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料顺序", valueType: Number, prop: "pickOrder", colSpan: 12 }, |
|
|
|
{ type: "input", label: "拣料优先级", prop: "pickPriority", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "拣料顺序", prop: "pickOrder", colSpan: 12, validType:'number' }, |
|
|
|
{ type: "input", label: "货架号", prop: "shelfCode", colSpan: 12 }, |
|
|
|
{ type: "input", label: "ERP库位", prop: "erpLocationCode", colSpan: 12 }, |
|
|
|
{ type: "select", label: "是否混物品", prop: "enableMixItem", options: "whetherOrNot", colSpan: 12 }, |
|
|
|