Browse Source

修改财务打印

zhongtianhaoyuan 3 years ago
parent
commit
96b5b83d3b

+ 2 - 0
src/views/houseSelfCollect/paymentManagement.vue

@@ -777,8 +777,10 @@ export default {
     print1(row) {
     print1(row) {
       this.isShowPrintType = true
       this.isShowPrintType = true
       this.rowData = row
       this.rowData = row
+      sessionStorage.setItem('cwprint',true)
     },
     },
     print(row) {
     print(row) {
+       sessionStorage.setItem('cwprint',false)
       getpaymentexamine({ id: row.id })
       getpaymentexamine({ id: row.id })
           .toPromise()
           .toPromise()
           .then(response => {
           .then(response => {

+ 0 - 1
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -1371,7 +1371,6 @@ export default {
         .then(() => {
         .then(() => {
           this.$refs.dataList.validate((valid) => {
           this.$refs.dataList.validate((valid) => {
             if (valid) {
             if (valid) {
-              debugger
               this.dataList.compId = sessionStorage.getItem('ws-pf_compId')
               this.dataList.compId = sessionStorage.getItem('ws-pf_compId')
               this.dataList.inOutFlag = 2
               this.dataList.inOutFlag = 2
               this.dataList.statusFlag = 3
               this.dataList.statusFlag = 3