zhongtianhaoyuan 3 vuotta sitten
vanhempi
commit
049aeb2115

+ 1 - 1
src/views/houseSelfCollect/settlement.vue

@@ -392,7 +392,7 @@
     >
       <paymentPrint :printData="printData" ref="saveImg"></paymentPrint>
       <div style="text-align:center">
-        <el-button type="primary" @click="closePrint">关闭</el-button>
+        <el-button type="primary" @click="closeDialog">关闭</el-button>
         <!-- <el-button type="primary" @click="printSmall">打印小票</el-button> -->
         <el-button type="primary" @click="printBig">打印单据</el-button>
       </div>

+ 2 - 2
src/views/houseSelfCollect/weighingManagement.vue

@@ -255,7 +255,7 @@ export default {
               allowEdit:response[i].allowEdit
             })
           }
-                this.warehouseName =  this.warehouseList[0].value
+          this.warehouseName =  this.warehouseList[0].value
              if (this.warehouseId) {
             this.warehouseName = this.WAREHOUSE[2].payname
           } else {
@@ -270,7 +270,7 @@ export default {
         })
     },
     getList() {
-          getweighingList({
+        getweighingList({
         compId: sessionStorage.getItem('ws-pf_compId'),
         currentPage: this.currentPage,
         pageSize: this.pageSize,

+ 1 - 0
src/views/outboundManagement/collectionManagement.vue

@@ -543,6 +543,7 @@ export default {
             response.records[i].contractPrice =  response.records[i].contractPrice*1000
           }
            this.collectList = response.records
+           this.deptBudgetTotal = response.total
         })
       contractList({
         compId: sessionStorage.getItem('ws-pf_compId'),