|
|
@ -161,9 +161,9 @@ export default { |
|
|
|
storeValue: null, |
|
|
|
enabled: true, |
|
|
|
storeUM: "", |
|
|
|
umQty: 0, |
|
|
|
umQty: 999999, |
|
|
|
altUm: "", |
|
|
|
altUmQty: 0, |
|
|
|
altUmQty: 999999, |
|
|
|
pramaryUM: 1, |
|
|
|
isFixed: false, |
|
|
|
multiLoc: 0, |
|
|
@ -179,9 +179,9 @@ export default { |
|
|
|
storeValue: null, |
|
|
|
enabled: true, |
|
|
|
storeUM: "", |
|
|
|
umQty: 0, |
|
|
|
umQty: 999999, |
|
|
|
altUm: "", |
|
|
|
altUmQty: 0, |
|
|
|
altUmQty: 999999, |
|
|
|
pramaryUM: 0, |
|
|
|
isFixed: false, |
|
|
|
multiLoc: 0, |
|
|
@ -195,9 +195,9 @@ export default { |
|
|
|
{ type: "select", label: "存储关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "是否可用", prop: "enabled", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
// { type: "select", label: "是否定制位置", prop: "isFixed", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
{ type: "input", label: "主存储容量", prop: "umQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
// { type: "input", label: "主存储容量", prop: "umQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
{ type: "input", label: "主存储单位", prop: "storeUM", colSpan: 12 }, |
|
|
|
{ type: "input", label: "次要存储容量", prop: "altUmQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
// { type: "input", label: "次要存储容量", prop: "altUmQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
{ type: "input", label: "次要存储单位", prop: "altUm", colSpan: 12 }, |
|
|
|
{ type: "select", label: "存储单位", prop: "pramaryUM", options: "pramaryUm", colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "库位", prop: "storeValue", optionsLabel: "name", optionsValue: "code", |
|
|
@ -212,9 +212,9 @@ export default { |
|
|
|
{ type: "select", label: "存储关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "是否可用", prop: "enabled", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
// { type: "select", label: "是否定制位置", prop: "isFixed", options: "whetherOrNot", colSpan: 12 }, |
|
|
|
{ type: "input", label: "主存储容量", prop: "umQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
// { type: "input", label: "主存储容量", disabled:true, prop: "umQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
{ type: "input", label: "主存储单位", prop: "storeUM", colSpan: 12 }, |
|
|
|
{ type: "input", label: "次要存储容量", prop: "altUmQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
// { type: "input", label: "次要存储容量", prop: "altUmQty", colSpan: 12, validType:'pointNumber' }, |
|
|
|
{ type: "input", label: "次要存储单位", prop: "altUm", colSpan: 12 }, |
|
|
|
{ type: "select", label: "存储单位", prop: "pramaryUM", options: "pramaryUm", colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "库位", prop: "storeValue", optionsLabel: "name", optionsValue: "code", |
|
|
|