空框出库
This commit is contained in:
@@ -46,7 +46,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="_empOutgetIvt(val1)">查询</button>
|
||||
<button class="submit-button" @tap="_empOutgetIvt">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -72,11 +72,11 @@
|
||||
},
|
||||
created () {
|
||||
this._empOutgetPoint()
|
||||
this._empOutgetIvt(e)
|
||||
this._empOutgetIvt()
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
this._empOutgetIvt(e)
|
||||
this._empOutgetIvt()
|
||||
},
|
||||
/** 选择器 */
|
||||
selectChange(e) {
|
||||
@@ -92,7 +92,7 @@
|
||||
this.options = [...res.data]
|
||||
},
|
||||
/** grid查询 */
|
||||
async _empOutgetIvt (e) {
|
||||
async _empOutgetIvt () {
|
||||
let res = await empOutgetIvt(this.val1, this.index)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
|
||||
Reference in New Issue
Block a user