修改备货退货
This commit is contained in:
parent
4838cadd10
commit
91e965cfe3
@ -71,11 +71,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="2" class="transfer-switch">
|
<el-col :span="2" class="transfer-switch">
|
||||||
<el-button :disabled="loading" type="primary" @click="LeftIn"><el-icon>
|
<el-button :disabled="loading" type="primary" @click="LeftIn" v-loading.fullscreen.lock="loading"><el-icon>
|
||||||
<ArrowRight />
|
<ArrowRight />
|
||||||
</el-icon></el-button>
|
</el-icon></el-button>
|
||||||
<!-- v-loading="loading2" -->
|
<!-- v-loading="loading2" -->
|
||||||
<el-button :disabled="loading2" type="primary" @click="RightIn"><el-icon>
|
<el-button :disabled="loading2" type="primary" @click="RightIn" v-loading.fullscreen.lock="loading2"><el-icon>
|
||||||
<ArrowLeft />
|
<ArrowLeft />
|
||||||
</el-icon></el-button>
|
</el-icon></el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
@ -435,6 +435,7 @@ async function LeftIn() {
|
|||||||
};
|
};
|
||||||
AssignAndDessign(param).then((res: any) => {
|
AssignAndDessign(param).then((res: any) => {
|
||||||
if (IFTRUE(res)) {
|
if (IFTRUE(res)) {
|
||||||
|
state.MaterialPackingList = []
|
||||||
handle(tempRow, tempevent, tempcolumn);
|
handle(tempRow, tempevent, tempcolumn);
|
||||||
handleQuery();
|
handleQuery();
|
||||||
state.loading = false;
|
state.loading = false;
|
||||||
@ -442,7 +443,7 @@ async function LeftIn() {
|
|||||||
ElMessageBox.alert(res.data.RETURNCODE + '->' + res.data.RETURNMESSAGE, '', {
|
ElMessageBox.alert(res.data.RETURNCODE + '->' + res.data.RETURNMESSAGE, '', {
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
})
|
})
|
||||||
state.loading2 = false;
|
state.loading = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -459,7 +460,7 @@ async function LeftIn() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
state.loading = false;
|
// state.loading = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -483,6 +484,7 @@ async function RightIn() {
|
|||||||
};
|
};
|
||||||
AssignAndDessign(param).then((res: any) => {
|
AssignAndDessign(param).then((res: any) => {
|
||||||
if (IFTRUE(res)) {
|
if (IFTRUE(res)) {
|
||||||
|
state.MaterialPackingUsername = []
|
||||||
handle(tempRow, tempevent, tempcolumn);
|
handle(tempRow, tempevent, tempcolumn);
|
||||||
handleQuery();
|
handleQuery();
|
||||||
state.loading2 = false;
|
state.loading2 = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user