Prechádzať zdrojové kódy

装箱单成衣增加列“是否云工厂推送”

jbb 2 rokov pred
rodič
commit
3be445422d
1 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  1. 7 1
      src/views/packing-list/clothes-list.vue

+ 7 - 1
src/views/packing-list/clothes-list.vue

@@ -162,6 +162,12 @@
           <!-- <a-tag color="#87d068" v-else>已提交</a-tag> -->
         </span>
 
+        <!-- 推送状态 -->
+        <span slot="pushState" slot-scope="text, record" :title ="record.cause">
+           <span v-if="record.whetherCloudFactoryPush == '0'">否</span>
+           <span v-if="record.whetherCloudFactoryPush == '1'">是</span>
+        </span>
+
         <!-- 单据状态 -->
         <!-- <span slot="documentState"> -->
           <!-- v-if="record.isRelease == '0'" -->
@@ -456,7 +462,7 @@ export default {
           title: '是否云工厂推送',
           dataIndex: 'whetherCloudFactoryPush ',
           width: 90,
-          // scopedSlots: { customRender: 'isPushCloudfactory' },
+          scopedSlots: { customRender: 'whetherCloudFactoryPush' },
           className: 'replacecolor'
         },