瀏覽代碼

面料损耗表更新

fenghaifu 2 年之前
父節點
當前提交
ecabf4f093

+ 0 - 6
src/views/reportForms/fabric-loss-table.vue

@@ -72,12 +72,6 @@
               </a-form-model-item>
             </a-col>
 
-            <a-col :md="6" :sm="8">
-              <a-form-model-item label="单件成本">
-                {{fabricLoss.price}}
-                <!-- <a-input v-model="fabricLoss.costPerUnit"></a-input> -->
-              </a-form-model-item>
-            </a-col>
 
             <a-col :md="6" :sm="8">
               <a-form-model-item label="查询日期">

+ 16 - 6
src/views/reportForms/fabric-loss-table/purchaseAmountModal.vue

@@ -102,12 +102,22 @@ export default {
           className: 'replacecolor'
         },
         {
-          title: '单据类型',
-          dataIndex: 'cbusType',
+          title: '存货编码',
+          dataIndex: 'cinvCode',
           width: 120,
           key: '',
           className: 'replacecolor'
         },
+        {
+          title: '存货名称',
+          dataIndex: 'ccode',
+          width: 240,
+          key: '',
+          className: 'replacecolor',
+          customRender: (text, record, index) => {
+            return record.cinvName + ' ' + record.ccolor;
+          }
+        },
         {
           title: '批号',
           dataIndex: 'cbatch',
@@ -132,28 +142,28 @@ export default {
         {
           title: '开票数',
           dataIndex: 'iquantityInvoice',
-          width: 120,
+          width: 100,
           key: '',
           className: 'replacecolor'
         },
         {
           title: '未开票数',
           dataIndex: 'iquantityNInvoice',
-          width: 120,
+          width: 100,
           key: '',
           className: 'replacecolor'
         },
         {
           title: '结算数量',
           dataIndex: 'iquantitySettle',
-          width: 120,
+          width: 100,
           key: '',
           className: 'replacecolor'
         },
         {
           title: '未结算数量',
           dataIndex: 'iquantityNSettle',
-          width: 120,
+          width: 100,
           key: '',
           className: 'replacecolor'
         }