子卷出入站
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled" @tap="_stConfirm">入库确认</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled1" @tap="_stPrint">补码</button>
|
||||
<button class="submit-button" @tap="_boxQuery(val1)">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -96,7 +97,7 @@
|
||||
this._boxQuery(e)
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _boxQuery () {
|
||||
async _boxQuery (e) {
|
||||
let res = await boxQuery(e, '2')
|
||||
this.dataList = [...res.data]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user