diff --git a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue index 0a959b8..ad926c7 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue @@ -22,6 +22,9 @@ + + + @@ -203,8 +206,8 @@ --> - - + + @@ -303,7 +306,7 @@ const columns = ref([ { visible: false, align: 'center', type: '', prop: 'unit', label: '计量单位', showOverflowTooltip: true }, { visible: true, align: 'center', type: 'dict', prop: 'transactionType', label: '出库类型', showOverflowTooltip: true }, { visible: false, align: 'center', type: '', prop: 'batchNo', label: '批次号', showOverflowTooltip: true }, - { visible: true, align: 'center', type: '', prop: 'orderNo', label: '关联订单号', showOverflowTooltip: true }, + { visible: true, align: 'center', type: '', prop: 'workorder', label: '工单号', showOverflowTooltip: true }, { visible: true, align: 'center', type: '', prop: 'operator', label: '操作员', showOverflowTooltip: true }, { visible: false, align: 'center', type: '', prop: 'remarks', label: '备注', showOverflowTooltip: true } //{ visible: false, prop: 'actions', label: '操作', type: 'slot', width: '160' } @@ -421,7 +424,7 @@ function reset() { unit: null, transactionType: null, batchNo: null, - orderNo: null, + workorder: null, operator: userStore.name, // 自动填充当前登录用户 remarks: null, createdTime: null