change
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<span class="filter_label">库存数量</span>
|
||||
</view>
|
||||
<view class="zd-col-16">
|
||||
<input type="number" v-model="materialData.qty1" class="filter_input" disabled>
|
||||
<input type="number" v-model="kcqty" class="filter_input" disabled>
|
||||
</view>
|
||||
<view class="zd-col-2"><span class="filter_unit">KG</span></view>
|
||||
</view>
|
||||
@@ -86,6 +86,7 @@
|
||||
return {
|
||||
title: '',
|
||||
val1: '',
|
||||
kcqty: '',
|
||||
materialData: {},
|
||||
disabled: false
|
||||
};
|
||||
@@ -111,6 +112,7 @@
|
||||
},
|
||||
async _getInvInfoQty () {
|
||||
let res = await getInvInfoQty(this.val1)
|
||||
this.kcqty = res.data.ivt_qty
|
||||
this.materialData.qty1 = res.data.ivt_qty
|
||||
},
|
||||
async _materialBoxInventoryConfirm () {
|
||||
@@ -127,6 +129,10 @@
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
this.$store.dispatch('setPublicObj', '')
|
||||
uni.navigateTo({
|
||||
url: '/pages/Material/dlx-pan-store?title=大料箱盘库'
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user