Browse Source

修改

hella_online_20240829
zhaoxuebing 4 months ago
parent
commit
cbe820d66a
  1. 291
      src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts

291
src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts

@ -10,7 +10,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number',
sort: 'custom',
table: {
width: 180,
width: 190,
fixed: 'left'
},
sortTableDefault: 1012,
@ -22,71 +22,72 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
},
isTable: false
},
{
label: '任务单号',
field: 'jobNumber',
sort: 'custom',
table: {
width: 180
},
isTable: false
},
{
label: '采购收货记录单号',
field: 'purchaseReceiptRecordNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
sortTableDefault: 3,
sortSearchDefault: 5,
}, {
label: 'qad采购退货记录单号',
field: 'qadPurchaseReturnRecordCode',
sort: 'custom',
table: {
width: 180
width: 190
},
sortSearchDefault:3,
sortTableDefault: 4,
isTable: true
},
{
label: '发货单号',
field: 'asnNumber',
sort: 'custom',
table: {
width: 180
},
sortSearchDefault:3,
isSearch: true,
sortTableDefault: 2
},
{
label: '要货计划单号',
field: 'ppNumber',
sort: 'custom',
table: {
width: 180
},
isTable: false
},
{
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1,
sortSearchDefault:2,
isSearch: true
},
// {
// label: '任务单号',
// field: 'jobNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// isTable: false
// },
// {
// label: '采购收货记录单号',
// field: 'purchaseReceiptRecordNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// isSearch: true,
// sortTableDefault: 3,
// sortSearchDefault: 5,
// },
// {
// label: 'qad采购退货记录单号',
// field: 'qadPurchaseReturnRecordCode',
// sort: 'custom',
// table: {
// width: 180
// },
// sortSearchDefault:3,
// sortTableDefault: 4,
// isTable: false
// },
// {
// label: '发货单号',
// field: 'asnNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// sortSearchDefault:3,
// isSearch: false,
// sortTableDefault: 2
// },
// {
// label: '要货计划单号',
// field: 'ppNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// isTable: false
// },
// {
// label: '供应商代码',
// field: 'supplierCode',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1,
// sortSearchDefault:2,
// isSearch: true
// },
{
label: '从月台代码',
field: 'fromDockCode',
@ -332,15 +333,14 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
// {
// label: '原因',
// field: 'available',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: true,
// },
{
label: '原因',
field: 'available',
sort: 'custom',
table: {
width: 150
},
},
{
label: '创建时间',
field: 'createTime',
@ -352,7 +352,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 180
},
isTable: true,
isTable: false,
form: {
component: 'DatePicker',
componentProps: {
@ -371,16 +371,16 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false,
},
{
label: '操作',
field: 'action',
isDetail: false,
isForm: false,
table: {
width: 150,
fixed: 'right'
},
}
// {
// label: '操作',
// field: 'action',
// isDetail: false,
// isForm: false,
// table: {
// width: 150,
// fixed: 'right'
// },
// }
]))
//表单校验
@ -460,29 +460,29 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
sortSearchDefault: 1002,
sortTableDefault: 1001,
},
{
label: '包装规格',
field: 'packUnit',
dictClass: 'string',
isTable: true,
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1004,
},
{
label: '包装数量',
field: 'packQty',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1004,
form: {
component: 'InputNumber',
}
},
// {
// label: '包装规格',
// field: 'packUnit',
// dictClass: 'string',
// isTable: true,
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1004,
// },
// {
// label: '包装数量',
// field: 'packQty',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1004,
// form: {
// component: 'InputNumber',
// }
// },
{
label: '退货数量',
field: 'qty',
@ -619,26 +619,26 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
// sortTableDefault: 1010,
// hiddenInMain: true
// },
{
label: '从货主代码',
field: 'fromOwnerCode',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1010,
hiddenInMain: true
},
{
label: '到货主代码',
field: 'toOwnerCode',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1010,
hiddenInMain: true
},
// {
// label: '从货主代码',
// field: 'fromOwnerCode',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1010,
// hiddenInMain: true
// },
// {
// label: '到货主代码',
// field: 'toOwnerCode',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1010,
// hiddenInMain: true
// },
{
label: '库存状态',
field: 'inventoryStatus',
@ -652,24 +652,24 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
sortTableDefault: 1008,
hiddenInMain: true
},
{
label: '订单号',
field: 'poNumber',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 4,
},
{
label: '订单行',
field: 'poLine',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 5,
},
// {
// label: '订单号',
// field: 'poNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 4,
// },
// {
// label: '订单行',
// field: 'poLine',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 5,
// },
{
label: '单据号',
field: 'number',
@ -841,7 +841,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
width: 150
},
sortTableDefault: 1014,
hiddenInMain: true,
},
{
label: '创建时间',
@ -854,7 +853,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
table: {
width: 180
},
hiddenInMain: true,
sortTableDefault: 1014,
form: {
component: 'DatePicker',
@ -865,7 +863,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
}
},
},
]))
//表单校验

Loading…
Cancel
Save