diff --git a/src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode', diff --git a/src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode', diff --git a/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode', diff --git a/src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode', diff --git a/src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index fbfcee548..30bd3f3e8 100644 --- a/src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:3 }, - { - label: '备注', - field: 'mainRemark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, - { - label: '明细备注', - field: 'remark', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false, - sortTableDefault:3 - }, { label: '发货单号', field: 'asnNumber', @@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, isTable:false }, - { - label: '数据来源', - field: 'sourceType', - dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'ASN_ExternalReceipt', - componentProps: { - disabled: true - } - }, - isSearch: false, - }, { label: '车牌号', field: 'vehiclePlateNumber', @@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:12, }, - { - label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面 - field: 'fromPackingNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:16, - }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, { label: '发货数量', field: 'shippedQty', @@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:1998, hiddenInMain:true }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - sortTableDefault:6, - }, + { label: '采购订单号', field: 'poNumber', @@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive } }, }, - { - label: '物料类型', - field: 'itemType', - sort: 'custom', - dictType: DICT_TYPE.ITEM_TYPE, - dictClass: 'string', - isSearch: true, - isDetail:false, - table: { - width: 150 - }, - search:{ - componentProps:{ - multiple:true, - } - } - - }, { label: '物料名称', field: 'itemName', @@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive sortTableDefault:18, hiddenInMain:true }, - { - label: '从库位代码', - field: 'fromLocationCode', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:18, - - }, { label: '到库位代码', field: 'toLocationCode',