Explorar o código

记录窗新加最大高度

Qukatie hai 1 semana
pai
achega
ecb1653cbe

+ 1 - 0
src/views/iosBasicData/financialManagement/computationCenter/components/pickedData.vue

@@ -70,6 +70,7 @@ export default {
         header: false,
         menu: false,
         align: "center",
+        maxHeight: 300,
         column: [
           {
             label: "来源单号",

+ 1 - 0
src/views/iosBasicData/financialManagement/finstlbills/components/pickedData.vue

@@ -229,6 +229,7 @@ export default {
         header: false,
         menu: false,
         align: "center",
+        maxHeight: 300,
         column: [
           {
             label: "来源单号",

+ 5 - 2
src/views/iosBasicData/financialManagement/finstlbills/components/queryData.vue

@@ -124,6 +124,7 @@ export default {
         header: false,
         menu: false,
         align: "center",
+        maxHeight: 300,
         column: [
           {
             label: "来源单号",
@@ -728,8 +729,10 @@ export default {
         voyageNo: this.form.voyageNo, // 航次
         businessDateStart: this.form.businessDateStart, // 业务开始日期
         businessDateEnd: this.form.businessDateEnd, // 业务结束日期
-        approveTimeStart: this.form.auditDateFrom, // 审核开始日期
-        approveTimeEnd: this.form.auditDateTo, // 审核结束日期
+        approvedDateStart: this.form.auditDateFrom, // 审核开始日期
+        approvedDateEnd: this.form.auditDateTo, // 审核结束日期
+        signForDateStart:this.form.signForDateStart,
+        signForDateEnd:this.form.signForDateEnd,
         feeCnName: this.form.feeCnName,
       };
       finstlbillslistAccBillV1(obj).then((res) => {

+ 4 - 2
src/views/iosBasicData/financialManagement/finstlbills/detailsPage.vue

@@ -1037,8 +1037,10 @@ export default {
         voyageNo: this.form.voyageNo, // 航次
         businessDateStart: this.form.businessDateStart, // 业务开始日期
         businessDateEnd: this.form.businessDateEnd, // 业务结束日期
-        approveTimeStart: this.form.auditDateFrom, // 审核开始日期
-        approveTimeEnd: this.form.auditDateTo, // 审核结束日期
+        approvedDateStart: this.form.auditDateFrom, // 审核开始日期
+        approvedDateEnd: this.form.auditDateTo, // 审核结束日期
+        signForDateStart: this.form.signForDateStart,
+        signForDateEnd: this.form.signForDateEnd,
         feeCnName: this.form.feeCnName,
       };
       finstlbillslistAccBillByCorp(obj).then((res) => {

+ 1 - 0
src/views/iosBasicData/fininvoicesApplyfor/assembly/fininvoicesitems.vue

@@ -98,6 +98,7 @@ export default {
         header: false,
         menu: false,
         align: "center",
+        maxHeight: 300,
         column: [
           {
             label: "来源单号",

+ 1 - 0
src/views/iosBasicData/fininvoicesApplyfor/assembly/fininvoicesitems2.vue

@@ -98,6 +98,7 @@ export default {
         header: false,
         menu: false,
         align: "center",
+        maxHeight: 300,
         column: [
           {
             label: "来源单号",