|
@ -59,6 +59,7 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '供应商名称', |
|
|
label: '供应商名称', |
|
|
field: 'supplierName', |
|
|
field: 'supplierName', |
|
|
|
|
|
hiddenSearchHigh:true, |
|
|
isForm:true, |
|
|
isForm:true, |
|
|
form:{ |
|
|
form:{ |
|
|
componentProps:{ |
|
|
componentProps:{ |
|
@ -69,6 +70,18 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 180 |
|
|
width: 180 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '供应商地点', |
|
|
|
|
|
field: 'supplierAddress', |
|
|
|
|
|
isForm:true, |
|
|
|
|
|
hiddenSearchHigh:true, |
|
|
|
|
|
form:{ |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '品番', |
|
|
label: '品番', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
@ -123,6 +136,7 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '品名', |
|
|
label: '品名', |
|
|
field: 'itemName', |
|
|
field: 'itemName', |
|
|
|
|
|
hiddenSearchHigh:true, |
|
|
isForm:true, |
|
|
isForm:true, |
|
|
form:{ |
|
|
form:{ |
|
|
componentProps:{ |
|
|
componentProps:{ |
|
@ -133,6 +147,18 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 180 |
|
|
width: 180 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '受入号', |
|
|
|
|
|
field: 'receivedNumber', |
|
|
|
|
|
isForm:true, |
|
|
|
|
|
hiddenSearchHigh:true, |
|
|
|
|
|
componentProps:{ |
|
|
|
|
|
disabled: true |
|
|
|
|
|
}, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '供应商品番', |
|
|
label: '供应商品番', |
|
|
field: 'supplierItemCode', |
|
|
field: 'supplierItemCode', |
|
@ -163,17 +189,6 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '供应商地点', |
|
|
|
|
|
field: 'supplierAddress', |
|
|
|
|
|
isForm:true, |
|
|
|
|
|
form:{ |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '是否允许超发', |
|
|
label: '是否允许超发', |
|
|
field: 'allowOverShipment', |
|
|
field: 'allowOverShipment', |
|
|