Browse Source

YT-977修改采购收货任务及采购收货记录的的列表显示

intex_online20241228
王宇飞 3 months ago
parent
commit
b08a5b0691
  1. 18
      src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptJobMain/purchasereceiptJobMain.data.ts
  2. 18
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts
  3. 18
      src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptJobMain/purchasereceiptJobMain.data.ts

18
src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -76,21 +76,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(
}, },
sortTableDefault: 1010 sortTableDefault: 1010
}, },
{
label: '数据来源',
field: 'sourceType',
dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE,
sort: 'custom',
table: {
width: 150
},
form: {
value: 'ASN_ExternalReceipt',
componentProps: {
disabled: true
}
},
},
{ {
label: '运输方式', label: '运输方式',
field: 'transferMode', field: 'transferMode',
@ -1081,8 +1066,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
hiddenInMain: true, sortTableDefault: 1001
sortTableDefault: 1004
}, },
{ {
label: '数量', label: '数量',

18
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -76,21 +76,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(
}, },
sortTableDefault: 1010 sortTableDefault: 1010
}, },
{
label: '数据来源',
field: 'sourceType',
dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE,
sort: 'custom',
table: {
width: 150
},
form: {
value: 'ASN_ExternalReceipt',
componentProps: {
disabled: true
}
},
},
{ {
label: '运输方式', label: '运输方式',
field: 'transferMode', field: 'transferMode',
@ -1081,8 +1066,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
hiddenInMain: true, sortTableDefault: 1001
sortTableDefault: 1004
}, },
{ {
label: '数量', label: '数量',

18
src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -76,21 +76,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(
}, },
sortTableDefault: 1010 sortTableDefault: 1010
}, },
{
label: '数据来源',
field: 'sourceType',
dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE,
sort: 'custom',
table: {
width: 150
},
form: {
value: 'ASN_ExternalReceipt',
componentProps: {
disabled: true
}
},
},
{ {
label: '运输方式', label: '运输方式',
field: 'transferMode', field: 'transferMode',
@ -1081,8 +1066,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
hiddenInMain: true, sortTableDefault: 1001
sortTableDefault: 1004
}, },
{ {
label: '数量', label: '数量',

Loading…
Cancel
Save