diff --git a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue
index b7a9e46..81e92b0 100644
--- a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue
+++ b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue
@@ -22,6 +22,9 @@
+
+
+
@@ -86,7 +89,7 @@
-
+
@@ -202,8 +205,8 @@
-->
-
-
+
+
@@ -302,7 +305,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' }
@@ -420,7 +423,7 @@ function reset() {
unit: null,
transactionType: null,
batchNo: null,
- orderNo: null,
+ workorder: null,
operator: userStore.name, // 自动填充当前登录用户
remarks: null,
createdTime: null