空框出库
This commit is contained in:
@@ -45,7 +45,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="_empOutgetIvt(val1)">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -71,7 +71,8 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._empOutgetIvt()
|
||||
this._empOutgetPoint()
|
||||
this._empOutgetIvt(e)
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
@@ -92,7 +93,7 @@
|
||||
},
|
||||
/** grid查询 */
|
||||
async _empOutgetIvt (e) {
|
||||
let res = await empOutgetIvt(e, this.index)
|
||||
let res = await empOutgetIvt(this.val1, this.index)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user