Bladeren bron

【修改】家用工程发货单列表数量展示

howie 2 jaren geleden
bovenliggende
commit
36d71bc84d
2 gewijzigde bestanden met toevoegingen van 13 en 2 verwijderingen
  1. 12 1
      src/views/supply/deliver/commerce_list.vue
  2. 1 1
      src/views/supply/deliver/home_list.vue

+ 12 - 1
src/views/supply/deliver/commerce_list.vue

@@ -439,7 +439,18 @@ export default {
       dialogTable_currentPage: 1, // 密码记录 - 当前页码
       dialogTable_pageSize: 10, // 密码记录 - 每页数量
       dialogTable_listTotal: 0, // 密码记录 - 列表总数
-
+      statusList: [
+        { label: '已保存', value: 'SAVE' },
+        { label: '待审核', value: 'WAIT' },
+        { label: '审核通过', value: 'OK' },
+        //  // { label: '审核驳回', value: 'FAIL' },,
+        { label: '已关闭', value: 'CLOSE' }
+      ],
+      orderTypeList: [
+        { label: '发货申请单', value: 1 },
+        { label: '退货申请单', value: 2 },
+        { label: '直调发货单', value: 3 }
+      ],
       queryItem: {}
     }
   },

+ 1 - 1
src/views/supply/deliver/home_list.vue

@@ -192,7 +192,7 @@
               </template>
             </el-table-column>
 
-            <el-table-column align="right" label="数量" prop="qty" min-width="100" show-overflow-tooltip />
+            <el-table-column align="right" label="数量" prop="refundableQty" min-width="100" show-overflow-tooltip />
             <el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip />
             <el-table-column align="right" label="总金额" prop="payAmount" min-width="100" show-overflow-tooltip />
             <el-table-column