瀏覽代碼

出运明细-合计金额

jbb 2 年之前
父節點
當前提交
a20d65cf33
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/shipment-details/shipmentList.vue

+ 3 - 2
src/views/shipment-details/shipmentList.vue

@@ -291,7 +291,7 @@
         </span>
       </a-table>
       <span style="margin-right: 2%;">共勾选{{selectedNumber}}条数</span>
-      <!-- <span >总金额:</span> -->
+      <span >总金额:{{ allMoney }}</span>
     </a-card>
 
     <!-- 抽屉  -->
@@ -620,7 +620,7 @@ export default {
         }
       ],
       shipmentListData: [], // 发运明细数据
-
+      allMoney:'',
       // 查询条件
       queryParam: {
         flourOrGarment:'1'
@@ -676,6 +676,7 @@ export default {
       await  shipmentList(this.queryParam).then(res => {
           if (res.success) {
            this.loading = false
+           this.allMoney = res.message
            if(this.queryParam.flourOrGarment == '1'){
              this.exportButton ='0'
              this.exportButton1 = '1'