fix玻纤未完成合批修整
This commit is contained in:
parent
82b6d7ced1
commit
a2acf33d3f
|
|
@ -245,6 +245,10 @@ export default {
|
|||
type: String,
|
||||
default: "",
|
||||
},
|
||||
tag: {
|
||||
type: String,
|
||||
default: "done",
|
||||
},
|
||||
},
|
||||
components: {
|
||||
scanDialog
|
||||
|
|
@ -444,7 +448,7 @@ export default {
|
|||
let that = this;
|
||||
var req = {
|
||||
page: 0,
|
||||
tag:'done',
|
||||
tag:that.tag,
|
||||
mgroupx:that.mgroupId
|
||||
};
|
||||
if(that.type!==50){
|
||||
|
|
|
|||
|
|
@ -243,6 +243,7 @@
|
|||
v-if="dialog.scrap"
|
||||
ref="scrapDialog"
|
||||
:type="type"
|
||||
:tag="tag"
|
||||
:mgroupName="mgroup_name"
|
||||
:mgroupId="mgroupId"
|
||||
@success="handleScrapSuccess"
|
||||
|
|
@ -380,6 +381,7 @@ export default {
|
|||
page:0,
|
||||
wm: ""
|
||||
},
|
||||
tag:"",
|
||||
wmId:"",
|
||||
route_code:"",
|
||||
showBatch: "",
|
||||
|
|
@ -501,6 +503,7 @@ export default {
|
|||
})
|
||||
}
|
||||
this.type = 10;
|
||||
this.tag = 'todo';
|
||||
this.dialog.scrap = true;
|
||||
this.$nextTick(() => {
|
||||
this.$refs.scrapDialog.open("add",handoverb,30);
|
||||
|
|
|
|||
Loading…
Reference in New Issue