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: '备注',
field: 'remark',

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

@ -103,15 +103,15 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '受入地',
field: 'receivedLocation',
sort: 'custom',
isSearch: true,
table: {
width: 150
},
},
// {
// label: '受入地',
// field: 'receivedLocation',
// sort: 'custom',
// isSearch: true,
// table: {
// width: 150
// },
// },
{
label: '前工程',
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[]>([
{
label: '单据号',
label: '单据号123',
field: 'number',
sort: 'custom',
table: {
@ -466,7 +466,16 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
sortTableDefault:6,
},
{
label: '数量',
label: '发货数量',
field: 'shippedQty',
sort: 'custom',
table: {
width: 150
},
sortTableDefault:12,
},
{
label: '收货数量',
field: 'qty',
sort: 'custom',
table: {
@ -1526,7 +1535,7 @@ export const PurchasereceiptRecordDetailPackingNumber = useCrudSchemas(reactive<
// }
// },
{
label: '数量',
label: '数量123',
field: 'qty',
sort: 'custom',
table: {

Loading…
Cancel
Save