Browse Source

装箱单删除单据状态字段

jbb 2 years ago
parent
commit
79f7d66a3e
1 changed files with 11 additions and 11 deletions
  1. 11 11
      src/views/packing-list/clothes-list.vue

+ 11 - 11
src/views/packing-list/clothes-list.vue

@@ -118,11 +118,11 @@
         </span>
 
         <!-- 单据状态 -->
-        <span slot="documentState">
+        <!-- <span slot="documentState"> -->
           <!-- v-if="record.isRelease == '0'" -->
-          <a-tag color="#f50">提交</a-tag>
+          <!-- <a-tag color="#f50">提交</a-tag> -->
           <!-- <a-tag color="#87d068" v-else>已提交</a-tag> -->
-        </span>
+        <!-- </span> -->
 
         <!-- 操作 -->
         <span slot="operationSlot" slot-scope="text, record">
@@ -317,13 +317,13 @@ export default {
           className: 'replacecolor'
         },
 
-        {
-          title: '单据状态',
-          dataIndex: 'theDocumentsState',
-          width: 90,
-          scopedSlots: { customRender: 'documentState' },
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '单据状态',
+        //   dataIndex: 'theDocumentsState',
+        //   width: 90,
+        //   scopedSlots: { customRender: 'documentState' },
+        //   className: 'replacecolor'
+        // },
         {
           title: '原因',
           dataIndex: 'cause',
@@ -356,7 +356,7 @@ export default {
 
         {
           title: '状态',
-          dataIndex: 'state',
+          dataIndex: 'status',
           width: 80,
           fixed: 'right',
           scopedSlots: { customRender: 'stateSlot' },