diff --git a/src/views/wpm_gx/helpso.vue b/src/views/wpm_gx/helpso.vue
new file mode 100644
index 00000000..5c5cfa8f
--- /dev/null
+++ b/src/views/wpm_gx/helpso.vue
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{wmState[scope.row.state]?.text}}
+
+
+
+
+
+ {{ scope.row.material_name }}
+ ({{ scope.row.material_origin_name }})
+
+
+
+
+
+
+ {{scope.row.belong_dept_name}}/{{scope.row.mgroup_name}}
+
+
+
+
+
+
+
+
+ 物料标签
+
+
+
+
+
+
+
+
diff --git a/src/views/wpm_gx/index.vue b/src/views/wpm_gx/index.vue
index 34d81c3d..3c821d8f 100644
--- a/src/views/wpm_gx/index.vue
+++ b/src/views/wpm_gx/index.vue
@@ -54,13 +54,20 @@
:processId="processId"
:mgroupcode="mgroup_code"
>
-
+
@@ -71,14 +78,15 @@ import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
+import helpso from "./helpso.vue";
export default {
name: "bx",
- components: { inm, inmOut,mlogs, mtask, handover,record },
+ components: { inm, inmOut,mlogs, mtask, handover,record,helpso },
data() {
return {
mgroups:[],
tableHieght: 200,
- options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录"],
+ options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录",'辅料'],
values: "日志",
mgroupName: "",
mgroupId: "",