修改备货退货
This commit is contained in:
parent
4838cadd10
commit
91e965cfe3
@ -71,11 +71,11 @@
|
||||
</div>
|
||||
</el-col>
|
||||
<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 />
|
||||
</el-icon></el-button>
|
||||
<!-- 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 />
|
||||
</el-icon></el-button>
|
||||
</el-col>
|
||||
@ -435,6 +435,7 @@ async function LeftIn() {
|
||||
};
|
||||
AssignAndDessign(param).then((res: any) => {
|
||||
if (IFTRUE(res)) {
|
||||
state.MaterialPackingList = []
|
||||
handle(tempRow, tempevent, tempcolumn);
|
||||
handleQuery();
|
||||
state.loading = false;
|
||||
@ -442,7 +443,7 @@ async function LeftIn() {
|
||||
ElMessageBox.alert(res.data.RETURNCODE + '->' + res.data.RETURNMESSAGE, '', {
|
||||
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) => {
|
||||
if (IFTRUE(res)) {
|
||||
state.MaterialPackingUsername = []
|
||||
handle(tempRow, tempevent, tempcolumn);
|
||||
handleQuery();
|
||||
state.loading2 = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user