|
|
@ -690,7 +690,7 @@ export const InventorymoveJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sortTableDefault:10, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '批次', |
|
|
|
label: '从批次', |
|
|
|
field: 'batch', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -698,34 +698,34 @@ export const InventorymoveJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
sortTableDefault:11, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商代码', |
|
|
|
field: 'supplierCode', |
|
|
|
sort: 'custom', |
|
|
|
isDetail: true, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
}, |
|
|
|
sortTableDefault:12, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商名称', |
|
|
|
field: 'supplierName', |
|
|
|
isDetail: true, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
sortTableDefault:13, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商批次', |
|
|
|
field: 'altBatch', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:14, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '供应商代码',
|
|
|
|
// field: 'supplierCode',
|
|
|
|
// sort: 'custom',
|
|
|
|
// isDetail: true,
|
|
|
|
// table: {
|
|
|
|
// width: 150,
|
|
|
|
// },
|
|
|
|
// sortTableDefault:12,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '供应商名称',
|
|
|
|
// field: 'supplierName',
|
|
|
|
// isDetail: true,
|
|
|
|
// table: {
|
|
|
|
// width: 180
|
|
|
|
// },
|
|
|
|
// sortTableDefault:13,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '供应商批次',
|
|
|
|
// field: 'altBatch',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// sortTableDefault:14,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '包装号', |
|
|
|
field: 'packingNumber', |
|
|
@ -902,7 +902,7 @@ export const InventorymoveJobDetailRules = reactive({ |
|
|
|
{ required: true, message: '请选择包装号', trigger: 'change' } |
|
|
|
], |
|
|
|
batch: [ |
|
|
|
{ required: true, message: '请输入批次', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入从批次', trigger: 'blur' } |
|
|
|
], |
|
|
|
inventoryStatus: [ |
|
|
|
{ required: true, message: '请选择库存状态', trigger: 'change' } |
|
|
|