半成品出库
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !index && !checkArr.length}" :disabled="disabled" @tap="toSure">出库确认</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !index || !checkArr.length}" :disabled="disabled" @tap="toSure">出库确认</button>
|
||||
<button class="submit-button" @tap="_iosOutgetIvt(val1)">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -82,6 +82,7 @@
|
||||
},
|
||||
created () {
|
||||
this._iosOutgetPoint()
|
||||
this._iosOutgetIvt(e)
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
@@ -102,7 +103,7 @@
|
||||
},
|
||||
/** grid查询 */
|
||||
async _iosOutgetIvt (e) {
|
||||
let res = await iosOutgetIvt(e, this.index)
|
||||
let res = await iosOutgetIvt(this.val1, this.index)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user