Browse Source

费用新加参数

Qukatie 6 ngày trước cách đây
mục cha
commit
04cca953e8

+ 1 - 0
src/views/iosBasicData/ComputationCenter/settlementDetails.vue

@@ -2734,6 +2734,7 @@ export default {
       obj.auditStatus = "0";
       obj.businessDateStart = this.form.businessDateStart; // 业务开始日期
       obj.businessDateEnd = this.form.businessDateEnd; // 业务开始日期
+      obj.isSignfor ="2"
       // 判断是否有对账单号
       if (this.form.checkNo) {
         obj.corpId = this.form.corpId; // 结算单位

+ 1 - 0
src/views/iosBasicData/PaymentApplication/finstlbillsDetails.vue

@@ -1284,6 +1284,7 @@ export default {
       obj.auditStatus = "0";
       obj.businessDateStart = this.form.businessDateStart; // 财务开始日期
       obj.businessDateEnd = this.form.businessDateEnd; // 财务结束日期
+      obj.isSignfor ="2"
       // 判断是否有对账单号
       if (this.form.checkNo) {
         obj.corpId = this.form.corpId; // 结算单位

+ 3 - 1
src/views/iosBasicData/dcOffset/finstlbillsDetails.vue

@@ -819,7 +819,7 @@ export default {
       form: {
         billDate: dateFormat(new Date(), "yyyy-MM-dd") + " 00:00", // 对抵日期 默认 当天
         isApproved: "0",
-        isSignfor: "0",
+        isSignfor: "2",
         isCleared: null, // 销账
         isChecked: "0",
         isInvoice: "0",
@@ -1304,6 +1304,7 @@ export default {
       obj.approveTimeStart = this.form.auditDateFrom; // 审核开始日期
       obj.approveTimeEnd = this.form.auditDateTo; // 审核结束日期
       obj.feeCnName = this.form.feeCnName;
+      obj.isSignfor = this.form.isSignfor; // 是否已签收(0 否 1是)
       finstlbillslistAccBillByCorp(obj).then(res => {
         this.retrievePopupsType = true;
         this.retrievePopupsData = res.data.data;
@@ -1332,6 +1333,7 @@ export default {
       obj.businessDateEnd = this.form.businessDateEnd; // 财务结束日期
       obj.corpCnName = this.form.corpId; // 结算单位
       obj.checkBillNo = this.form.checkNo; // CHK NO 对账单号
+      obj.isSignfor = this.form.isSignfor; // 是否已签收(0 否 1是)
       finstlbillslistAccBillV1(obj).then(res => {
         res.data.data.forEach((item, index) => {
           item.accBillId = item.id;

+ 1 - 0
src/views/iosBasicData/fininvoicesApplyfor/fininvoicesDetails.vue

@@ -1794,6 +1794,7 @@ export default {
       obj.businessType = this.form.businessTypes; // 业务类型
       obj.feeCnName = this.form.feeCnName;
       obj.dc = this.form.dc;
+      obj.isSignfor ="2"
       // 判断是否有对账单号
       if (this.form.checkNo) {
         obj.corpId = this.form.corpId; // 结算单位

+ 1 - 0
src/views/iosBasicData/fininvoicesOutput/fininvoicesDetails.vue

@@ -1760,6 +1760,7 @@ export default {
       obj.businessType = this.form.businessTypes; // 业务类型
       obj.feeCnName = this.form.feeCnName;
       obj.dc = this.form.dc;
+      obj.isSignfor ="2"
       // 判断是否有对账单号
       if (this.form.checkNo) {
         obj.corpId = this.form.corpId; // 结算单位

+ 1 - 1
src/views/iosBasicData/finstlbills/finstlbillsDetails.vue

@@ -941,7 +941,7 @@ export default {
       form: {
         billDate: dateFormat(new Date(), "yyyy-MM-dd") + " 00:00", // 对账日期 默认 当天
         isApproved: "0",
-        isSignfor: "0",
+        isSignfor: "2",
         isCleared: null, // 销账
         isChecked: "0",
         isInvoice: "0",

+ 6 - 6
src/views/iosBasicData/finstlbills/index.vue

@@ -569,12 +569,12 @@ export default {
             width: 120,
             overHidden: true
           },
-          {
-            label: "发票号",
-            prop: "invoiceNo",
-            width: 80,
-            overHidden: true
-          },
+          // {
+          //   label: "发票号",
+          //   prop: "invoiceNo",
+          //   width: 80,
+          //   overHidden: true
+          // },
           {
             label: "结算单位",
             prop: "corpCnName",

+ 6 - 4
src/views/iosBasicData/writeOff/finstlbillsDetails.vue

@@ -1324,7 +1324,7 @@ export default {
       this.form = {
         billDate: dateFormat(new Date(), "yyyy-MM-dd") + " 00:00", // 销账日期 默认 当天
         isApproved: "0",
-        isSignfor: "0",
+        isSignfor: "2",
         isCleared: null, // 销账
         isChecked: "0",
         isInvoice: "0",
@@ -1340,7 +1340,7 @@ export default {
       this.$set(this.form, "corpEnName", row.enName);
       this.$set(this.form, "corpArgreementNo", row.enName);
       this.retrievePopupsType = false;
-      this.finstlbillslistAccBillV1fun('检索');
+      this.finstlbillslistAccBillV1fun("检索");
     },
     // 检索
     retrievalfun() {
@@ -1354,7 +1354,7 @@ export default {
           return this.$message.warning("请填写销账单位");
         }
         console.log("原来的接口");
-        this.finstlbillslistAccBillV1fun('检索');
+        this.finstlbillslistAccBillV1fun("检索");
       }
     },
     // 检索出的弹窗
@@ -1393,6 +1393,7 @@ export default {
       obj.approveTimeStart = this.form.auditDateFrom; // 审核开始日期
       obj.approveTimeEnd = this.form.auditDateTo; // 审核结束日期
       obj.feeCnName = this.form.feeCnName;
+      obj.isSignfor = this.form.isSignfor; // 是否已签收(0 否 1是)
       finstlbillslistAccBillByCorp(obj).then(res => {
         this.retrievePopupsType = true;
         this.retrievePopupsData = res.data.data;
@@ -1434,6 +1435,7 @@ export default {
       obj.approveTimeStart = this.form.auditDateFrom; // 审核开始日期
       obj.approveTimeEnd = this.form.auditDateTo; // 审核结束日期
       obj.feeCnName = this.form.feeCnName;
+      obj.isSignfor = this.form.isSignfor; // 是否已签收(0 否 1是)
       finstlbillslistAccBillV1(obj).then(res => {
         res.data.data.forEach((item, index) => {
           item.accBillId = item.id;
@@ -1467,7 +1469,7 @@ export default {
             this.queryData.push(item);
           }
         }
-        if (this.queryData.length == 0&&type=='检索') {
+        if (this.queryData.length == 0 && type == "检索") {
           this.$message.warning("当前检索暂无数据!");
         }
       });