diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue
index 616d7e8b..1ea24832 100644
--- a/src/views/wpm_gx/handover.vue
+++ b/src/views/wpm_gx/handover.vue
@@ -7,29 +7,25 @@
icon="el-icon-plus"
@click="table_add(10)"
v-auth="'handover.create'"
- >新增
+ >新增
返工
+ >返工
打印机
- 检验
+ >打印机
+
{{item.count}}
-
- {{item.notok_sign_name}}
+
+ {{item.defect_name}}
@@ -104,13 +100,13 @@
-
- 交送
- 接收
-
-
- 交送
- 接收
+
+ 拆批
+ 合批
+
+ 交送
+ 接收
+
@@ -211,6 +207,8 @@
v-if="dialog.save"
ref="saveDialog"
:type="type"
+ :process = "processId"
+ :processtype = "processtype"
:mgroupName="mgroupName"
:mgroupId="mgroupId"
@success="handleSaveSuccess"
@@ -273,8 +271,10 @@ export default {
deptId:'',
mtask: "",
mlogId: "",
+ codeText:"",
mgroupId: "",
processId: "",
+ processtype:"",
processCate: "",
printer_name: "",
printVisible:false,
@@ -320,6 +320,7 @@ export default {
that.mgroupId = res[0].id;
that.processId = res[0].process;
that.processCate = res[0].process_cate;
+ that.processtype = res[0].process_type;
that.params.mgroup = that.mgroupId;
that.apiObj = that.$API.wpm.handover.list;
that.$refs.table.refresh();
@@ -334,7 +335,23 @@ export default {
this.dialog.save = true;
this.type = type;
this.$nextTick(() => {
- this.$refs.saveDialog.open("add");
+ this.$refs.saveDialog.open("add",'',10);
+ });
+ },
+ codeTextChange(type){
+ let that = this;
+ this.dialog.save = true;
+ this.type = type;
+ this.$nextTick(() => {
+ this.$refs.saveDialog.open("add",that.codeText,10);
+ });
+ },
+ codeTextChange2(type){
+ let that = this;
+ this.dialog.save = true;
+ this.type = type;
+ this.$nextTick(() => {
+ this.$refs.saveDialog.open("add",that.codeText);
});
},
//编辑