Browse Source

库存余额字段-喜婷提

hella_online_20240829
wangyufei 2 months ago
parent
commit
06261aac8d
  1. 7
      src/views/wms/inventoryManage/balance/balance.data.ts

7
src/views/wms/inventoryManage/balance/balance.data.ts

@ -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',
}

Loading…
Cancel
Save