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