Browse Source

申请功能 直接生成记录isTable设置为false

master_hella_20240701
chenfang 6 months ago
parent
commit
6cfce7e008
  1. 40
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts
  2. 40
      src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts
  3. 40
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts
  4. 40
      src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/customersettleRequestMain.data.ts
  5. 40
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts
  6. 41
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts
  7. 40
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts

40
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -249,26 +249,26 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// }, },
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// }, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

40
src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts

@ -314,26 +314,26 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>(
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

40
src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts

@ -431,26 +431,26 @@ export const CustomerreturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

40
src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/customersettleRequestMain.data.ts

@ -260,26 +260,26 @@ export const CustomersettleRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

40
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -418,26 +418,26 @@ export const DeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',

41
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -350,27 +350,26 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '到库区类型范围', label: '到库区类型范围',
field: 'toAreaTypes', field: 'toAreaTypes',

40
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts

@ -233,26 +233,26 @@ export const InventoryinitRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
// { {
// label: '直接生成记录', label: '直接生成记录',
// field: 'directCreateRecord', field: 'directCreateRecord',
// dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', dictClass: 'string',
// isTable: true, isTable: false,
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: requestsettingData.directCreateRecord, value: requestsettingData.directCreateRecord,
// componentProps: { componentProps: {
// inactiveValue: 'FALSE', inactiveValue: 'FALSE',
// activeValue: 'TRUE', activeValue: 'TRUE',
// disabled: true disabled: true
// } }
// } }
// }, },
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',

Loading…
Cancel
Save