Commit 1fa576b2 authored by 李苏's avatar 李苏 💬

1.04版本

parent 3112a73e
......@@ -19,7 +19,7 @@
<view v-if="dminfo.id">
<view class="flex flex-wrap padding bg-grey white radio" style="position: relative;">
<view class="basis-sm margin-top-xs margin-bottom-xs radius">库位编号:<span>{{dminfo.code}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">库位状态:<span>{{dminfo.name}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">库位名称:<span>{{dminfo.name}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">库位状态:<span>{{dminfo.zt|ztName}}</span></view>
</view>
......
......@@ -200,7 +200,7 @@
id:'',
name:'全部'
})
this.apiQueryEmptyTpKw(this.pickerArray[0].id)
// this.apiQueryEmptyTpKw(this.pickerArray[0].id)
})
queryRqlb().then(res=>{
this.rqlbArray=res.records.map(item=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment