生成移库单阻挡问题解决

This commit is contained in:
2023-04-11 20:28:25 +08:00
parent b5dd01fcc7
commit 8ca0fd2f74
5 changed files with 252 additions and 1 deletions

View File

@@ -65,11 +65,11 @@
<el-select
v-model="form.bill_type"
placeholder="业务类型"
:disabled="true"
class="filter-item"
>
<el-option
v-for="item in dict.ST_INV_TYPE_MV"
:disabled="item.value === '21'"
:key="item.value"
:label="item.label"
:value="item.value"

View File

@@ -121,6 +121,7 @@
slot="right"
class="filter-item"
type="success"
:loading="loadingConfirm"
:disabled="work_flag"
icon="el-icon-position"
size="mini"
@@ -228,6 +229,7 @@ export default {
work_flag: true,
confirm_flag: true,
mstrow: {},
loadingConfirm: false,
currentRow: null,
storlist: []
}
@@ -301,8 +303,12 @@ export default {
return row.bill_status !== '99'
},
taskOpen() {
this.loadingConfirm = true
handmovestor.handdown({ 'moveinv_id': this.currentRow.moveinv_id }).then(res => {
this.querytable()
this.loadingConfirm = false
}).catch(() => {
this.loadingConfirm = false
})
},
confirm() {