|
|
@ -101,6 +101,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:999 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '包装数量', |
|
|
@ -109,6 +110,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:999 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '仓库代码', |
|
|
@ -139,7 +141,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'erpLocationCode', |
|
|
|
dictType: DICT_TYPE.ERP_LOCATION, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -152,6 +154,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '到货日期', |
|
|
@ -226,6 +229,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '锁定数量', |
|
|
@ -234,6 +238,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
} |
|
|
|