|
@@ -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'
|