Browse Source

名称修改

lilei 4 years ago
parent
commit
0c19d1973c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/purchasingManagement/purchaseOrder/warehousing.vue

+ 2 - 2
src/views/purchasingManagement/purchaseOrder/warehousing.vue

@@ -13,7 +13,7 @@
         <!-- 总计 -->
         <!-- 总计 -->
         <a-alert type="info" showIcon style="margin-bottom:15px">
         <a-alert type="info" showIcon style="margin-bottom:15px">
           <div slot="message" >
           <div slot="message" >
-            <div>产品款数 <strong>{{ item.totalPutCategory }}</strong> ,采购数量合计 <strong>{{ item.totalPutQty }}</strong> ,采购金额合计¥<strong>{{ item.totalPutAmount }}</strong></div>
+            <div>产品款数 <strong>{{ item.totalPutCategory }}</strong> ,本次发货数量合计 <strong>{{ item.totalPutQty }}</strong> ,本次发货金额合计¥<strong>{{ item.totalPutAmount }}</strong></div>
           </div>
           </div>
         </a-alert>
         </a-alert>
         <!-- 列表 -->
         <!-- 列表 -->
@@ -96,7 +96,7 @@ export default {
         { title: '采购数量', dataIndex: 'qty', width: 100, align: 'center', scopedSlots: { customRender: 'origqty' } },
         { title: '采购数量', dataIndex: 'qty', width: 100, align: 'center', scopedSlots: { customRender: 'origqty' } },
         { title: '本次发货数量', dataIndex: 'shippedQty', width: 120, align: 'center', customRender: function (text) { return text || 0 } },
         { title: '本次发货数量', dataIndex: 'shippedQty', width: 120, align: 'center', customRender: function (text) { return text || 0 } },
         { title: '单位', dataIndex: 'dealerProductEntity.unit', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '单位', dataIndex: 'dealerProductEntity.unit', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '采购金额', dataIndex: 'totalAmount', width: 100, align: 'center', customRender: function (text) { return '¥' + (text || 0) }, fixed: 'right' },
+        { title: '本次发货金额', dataIndex: 'totalAmount', width: 120, align: 'center', customRender: function (text) { return '¥' + (text || 0) }, fixed: 'right' },
         { title: '本次入库数量', dataIndex: 'putQty', width: 120, align: 'center', fixed: 'right' },
         { title: '本次入库数量', dataIndex: 'putQty', width: 120, align: 'center', fixed: 'right' },
         { title: '仓库仓位', scopedSlots: { customRender: 'warehousePosition' }, width: 250, align: 'center', fixed: 'right' }
         { title: '仓库仓位', scopedSlots: { customRender: 'warehousePosition' }, width: 250, align: 'center', fixed: 'right' }
       ],
       ],