瀏覽代碼

fix:额度支用bug修复

jiand 4 月之前
父節點
當前提交
c4586152bd

+ 8 - 4
src/views/financingManage/components/ApplyFinancing.vue

@@ -201,7 +201,8 @@ export default {
             const columnsDeep = this.columns.toSpliced(0, 2)
             columnsDeep.unshift({
               label: '序号',
-              prop: 'tOrder'
+              prop: 'tOrder',
+              width: '60',
             })
             return <cy-comm-table
               columns={ columnsDeep }
@@ -213,7 +214,8 @@ export default {
         },
         {
           label: '序号',
-          prop: 'fOrder'
+          prop: 'fOrder',
+          width: '60',
         },
 
         {
@@ -307,7 +309,8 @@ export default {
             const columnsDeep = this.columnsInfo.toSpliced(0, 2)
             columnsDeep.unshift({
               label: '序号',
-              prop: 'tOrder'
+              prop: 'tOrder',
+              width: '60',
             })
             return <cy-comm-table
               columns={ columnsDeep }
@@ -319,7 +322,8 @@ export default {
         },
         {
           label: '序号',
-          prop: 'fOrder'
+          prop: 'fOrder',
+          width: '60',
         },
         {
           label: '验收单货物编号',

+ 6 - 3
src/views/financingManage/limitExpenditure/components/FinancingInfo.vue

@@ -360,9 +360,12 @@ export default {
             serviceScopeList: serviceScopeList || []
           })
           this.ruleFormKey += 1
-          setTimeout(() => {
-            this.getBusinessTypeInfoData()
-          }, 500)
+          this.$nextTick(() => {
+            setTimeout(() => {
+              this.getBusinessTypeInfoData()
+            }, 500)
+          })
+         
         }
       },
       immediate: true,

+ 2 - 2
src/views/financingManage/limitExpenditure/components/TripartiteAgreement.vue

@@ -153,11 +153,11 @@ export default {
       return [
         {
           label: '基础交易合同名称',
-          prop: 'contractNo'
+          prop: 'contractName'
         },
         {
           label: '基础交易合同编号',
-          prop: 'contractName'
+          prop: 'contractNo'
         },
         {
           label: '原合同内容',