|
@@ -23,7 +23,10 @@
|
|
|
v-for="(item, index) in shelfList"
|
|
|
:key="item.shelfSn"
|
|
|
:name="item.shelfSn"
|
|
|
- >{{item.shelfName}}</u-checkbox>
|
|
|
+ >
|
|
|
+ <text style="margin-right: 0.5rem;">{{item.shelfName}}</text>
|
|
|
+ <text style="font-size: 0.6rem;background-color: #f8f8f8;">{{item.state=='WRITE_OFF'?'已注销':''}}</text>
|
|
|
+ </u-checkbox>
|
|
|
</u-checkbox-group>
|
|
|
<view v-if="shelfList&&shelfList.length==0">
|
|
|
<u-empty v-if="status!='loading'" :src="`/static/${$config('themePath')}/def_no_data@3x.png`" icon-size="180" :text="noDataText" mode="list" :margin-top="50"></u-empty>
|
|
@@ -130,7 +133,7 @@
|
|
|
pageNo: this.pageNo,
|
|
|
pageSize: this.pageSize,
|
|
|
shelfName: this.shelfName,
|
|
|
- stateSet: [ 'ENABLE', 'SUSPEND', 'DISABLED' ]
|
|
|
+ // stateSet: [ 'ENABLE', 'SUSPEND', 'DISABLED' ]
|
|
|
}
|
|
|
_this.status = 'loading'
|
|
|
getShelfList(params).then(res => {
|