生成移库单阻挡问题解决
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user