|
@ -29,7 +29,6 @@ export const FinishedShipmentMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '发货记录单号', |
|
|
label: '发货记录单号', |
|
@ -44,7 +43,6 @@ export const FinishedShipmentMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '发货类型', |
|
|
label: '发货类型', |
|
|
field: 'shipmentType', |
|
|
field: 'shipmentType', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
|
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
@ -117,7 +115,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物料描述', |
|
|
label: '物料描述', |
|
@ -126,7 +123,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
|
|
|
form: { |
|
|
form: { |
|
|
component: 'Editor', |
|
|
component: 'Editor', |
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -142,7 +138,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// table: {
|
|
|
// table: {
|
|
|
// width: 150,
|
|
|
// width: 150,
|
|
|
// },
|
|
|
// },
|
|
|
// isSearch: true,
|
|
|
|
|
|
// form: {
|
|
|
// form: {
|
|
|
// component: 'InputNumber',
|
|
|
// component: 'InputNumber',
|
|
|
// value: 0
|
|
|
// value: 0
|
|
@ -156,7 +151,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// table: {
|
|
|
// table: {
|
|
|
// width: 150,
|
|
|
// width: 150,
|
|
|
// },
|
|
|
// },
|
|
|
// isSearch: true,
|
|
|
|
|
|
// form: {
|
|
|
// form: {
|
|
|
// component: 'InputNumber',
|
|
|
// component: 'InputNumber',
|
|
|
// value: 0
|
|
|
// value: 0
|
|
@ -169,7 +163,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
|
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
value: 0 |
|
|
value: 0 |
|
@ -182,7 +175,6 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '创建时间', |
|
|
label: '创建时间', |
|
|