Browse Source

供应商发货申请变更 YT-589

intex_online20241111
叶佳兴 3 months ago
parent
commit
6614504786
  1. 8
      src/views/wms/basicDataManage/factoryModeling/areabasic/areabasic.data.ts
  2. 18
      src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts
  3. 15
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

8
src/views/wms/basicDataManage/factoryModeling/areabasic/areabasic.data.ts

@ -174,6 +174,14 @@ export const Area = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
}, },
{
label: '描述',
field: 'description',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',

18
src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts

@ -103,15 +103,15 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '受入地', // label: '受入地',
field: 'receivedLocation', // field: 'receivedLocation',
sort: 'custom', // sort: 'custom',
isSearch: true, // isSearch: true,
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '前工程', label: '前工程',
field: 'preEngineering', field: 'preEngineering',

15
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -8,7 +8,7 @@ import { dateFormatter,dateFormatter2 } from '@/utils/formatTime'
*/ */
export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '单据号', label: '单据号123',
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
table: { table: {
@ -466,7 +466,16 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
sortTableDefault:6, sortTableDefault:6,
}, },
{ {
label: '数量', label: '发货数量',
field: 'shippedQty',
sort: 'custom',
table: {
width: 150
},
sortTableDefault:12,
},
{
label: '收货数量',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
table: { table: {
@ -1526,7 +1535,7 @@ export const PurchasereceiptRecordDetailPackingNumber = useCrudSchemas(reactive<
// } // }
// }, // },
{ {
label: '数量', label: '数量123',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save