lilei hace 1 año
padre
commit
95aa2914b3

+ 1 - 0
src/views/numsGoodsShelves/recallManagement/list.vue

@@ -72,6 +72,7 @@
         <template slot="shelfName" slot-scope="text, record">
           {{text}}
           <a-badge count="已注销" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='WRITE_OFF'"></a-badge>
+          <a-badge count="已暂停" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='SUSPEND'"></a-badge>
           <a-badge count="已停用" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='DISABLED'"></a-badge>
         </template>
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/numsGoodsShelves/replenishmentManagement/list.vue

@@ -101,6 +101,7 @@
         <template slot="shelfName" slot-scope="text, record">
           {{text}}
           <a-badge count="已注销" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='WRITE_OFF'"></a-badge>
+          <a-badge count="已暂停" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='SUSPEND'"></a-badge>
           <a-badge count="已停用" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.shelfInfo.state=='DISABLED'"></a-badge>
         </template>
         <!-- 补货单号 -->