Browse Source

生成收料记录

master
陈薪名 10 months ago
parent
commit
672703a740
  1. 36
      src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts

36
src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts

@ -6,8 +6,8 @@ import { dateFormatter } from '@/utils/formatTime'
*/
export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '发料任务单号',
field: 'issueJobNumber',
label: '发料记录单号',
field: 'issueRecordNumber',
sort: 'custom',
table: {
width: 150
@ -200,14 +200,6 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>
}
},
},
{
label: '代码',
field: 'code',
sort: 'custom',
table: {
width: 150
},
},
{
label: '从仓库代码',
field: 'fromWarehouseCode',
@ -582,14 +574,6 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[
width: 150
},
},
{
label: '代码',
field: 'code',
sort: 'custom',
table: {
width: 150
},
},
{
label: '接口类型',
field: 'interfaceType',
@ -601,14 +585,14 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[
width: 150
},
},
{
label: '任务明细ID',
field: 'jobDetailId',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '任务明细ID',
// field: 'jobDetailId',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '从器具号',
field: 'fromContainerNumber',

Loading…
Cancel
Save