Browse Source

财务资料

dev101 2 years ago
parent
commit
df3904ed2b

+ 0 - 3
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -618,19 +618,16 @@ export default {
           {
             label: "天数",
             span: 8,
-            hide: true,
             prop: "b"
           },
           {
             label: "结清月份",
             span: 8,
-            hide: true,
             prop: "c"
           },
           {
             label: "结清天数",
             span: 8,
-            hide: true,
             prop: "j"
           },
           {

+ 98 - 0
src/views/basicData/customerManagement/companyMaterial/detailsPageEdit.vue

@@ -265,6 +265,30 @@ export default {
             ]
           },
           {
+            label: "CNAPS",
+            prop: "cnaps",
+            span: 8,
+            rules: [
+              {
+                required: false,
+                message: " ",
+                trigger: "blur"
+              }
+            ]
+          },
+          {
+            label: "银行地址",
+            prop: "localBankAddress",
+            span: 8,
+            rules: [
+              {
+                required: false,
+                message: " ",
+                trigger: "blur"
+              }
+            ]
+          },
+          {
             label: "外币账户名称",
             prop: "accountNameFcy",
             rules: [
@@ -298,6 +322,30 @@ export default {
             ]
           },
           {
+            label: "Swift Code",
+            prop: "swiftCode",
+            span: 8,
+            rules: [
+              {
+                required: false,
+                message: " ",
+                trigger: "blur"
+              }
+            ]
+          },
+          {
+            label: "外币银行地址",
+            prop: "foreignBankAddress",
+            span: 8,
+            rules: [
+              {
+                required: false,
+                message: " ",
+                trigger: "blur"
+              }
+            ]
+          },
+          {
             label: "授信状态",
             prop: "creditstatus",
             rules: [
@@ -363,6 +411,56 @@ export default {
           {
             label: "纳税人识别号",
             prop: "taxpayerDifferenceCode"
+          },
+          {
+            label: "包装要求",
+            span: 8,
+            prop: "packageRemarks"
+          },
+          {
+            label: "账期设置",
+            span: 8,
+            prop: "a"
+          },
+          {
+            label: "天数",
+            span: 8,
+            prop: "b"
+          },
+          {
+            label: "结清月份",
+            span: 8,
+            prop: "c"
+          },
+          {
+            label: "结清天数",
+            span: 8,
+            prop: "j"
+          },
+          {
+            label: "日利息万分",
+            span: 8,
+            prop: "d"
+          },
+          {
+            label: "最大欠款额",
+            span: 8,
+            prop: "e"
+          },
+          {
+            label: "协议号",
+            span: 8,
+            prop: "f"
+          },
+          {
+            label: "账期日期",
+            span: 8,
+            prop: "g"
+          },
+          {
+            label: "账期备注",
+            span: 24,
+            prop: "h"
           }
         ]
       },

+ 11 - 6
src/views/boxManagement/boxTrack/index.vue

@@ -17,17 +17,17 @@
           @resetColumn="resetColumnTwo('crud','option','optionList',141)"
           @saveColumn="saveColumnTwo('crud','option','optionList',241)"
           :page.sync="page">
-        <template slot="purchaseCompanyIdSearch">
+        <!-- <template slot="purchaseCompanyIdSearch">
           <crop-select v-model="search.purchaseCompanyId" corpType="GS"/>
         </template>
         <template slot="purchaseCompanyId" slot-scope="{row}">
           {{ row.purchaseCompanyName }}
-        </template>
-        <!-- <template slot-scope="{type,size,row,$index}" slot="menu">
-          <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowUpdate(row,$index)">编辑</el-button>
+        </template> -->
+        <template slot-scope="{type,size,row,$index}" slot="menu">
+          <!-- <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowUpdate(row,$index)">编辑</el-button> -->
           <el-button icon="el-icon-delete" :size="size" v-if="row.status == 0" :type="type" @click="$refs.crud.rowDel(row,$index)">删除
           </el-button>
-        </template> -->
+        </template>
       </avue-crud>
     </basic-container>
     <detailsPage v-if="detailsOpen" :onLoad="form" :detailData="detailData" @backToList="backToList"></detailsPage>
@@ -112,7 +112,12 @@ export default {
           //   label: "dictValue",
           //   value: "dictKey"
           // }
-        }]
+        },{
+          label: '合同号',
+          prop: 'contractNo',
+          width: 300,
+          search: true,
+        },]
       }
     }
   },