diff --git a/src/views/production/stackCode.vue b/src/views/production/stackCode.vue
index 3095d49..c4a7faf 100644
--- a/src/views/production/stackCode.vue
+++ b/src/views/production/stackCode.vue
@@ -22,19 +22,16 @@
prop="code"
show-overflow-tooltip
>
-
-
+
-
- {{ scope.row.actDate }}
+ 减一
+
-
diff --git a/src/views/production/stackManage.vue b/src/views/production/stackManage.vue
index 0ebb28d..86f0235 100644
--- a/src/views/production/stackManage.vue
+++ b/src/views/production/stackManage.vue
@@ -143,7 +143,8 @@ export default {
});
},
codeDetail(orderId) {
-
+ this.codeDetailVisible = true;
+ this.idQuery.orderIdFk = orderId;
},
handleForm() {
@@ -159,6 +160,7 @@ export default {
},
// 删除
handleDel(index, row) {
+
},
},
mounted() {