Ver Fonte

增加声明变量及新增融资,增加融资编号传值

xuefy há 4 anos atrás
pai
commit
2ffa462dd5

+ 6 - 1
front-vue/src/views/service/credit/goFinance.vue

@@ -435,7 +435,7 @@
     </el-row> -->
     <el-row style="height: 109px" type="flex" align="middle" justify="center">
       <el-button type="primary" plain @click="cancel">取 消</el-button>
-      <el-button type="primary" @click="submitForm" v-if="!zfrId"
+      <el-button type="primary" @click="submitForm" 
         >确 定</el-button
       >
     </el-row>
@@ -692,6 +692,10 @@ export default {
       // 是否显示弹出层
       open: false,
       openDetailBill: false,
+      //人脸验证结果
+      faceResult:"",
+      //人脸识别结果传参
+      authForm:{},
       // 查询参数
       queryParams: {
         pageNum: 1,
@@ -962,6 +966,7 @@ export default {
        listCompanyHandler().then((response) => {
          var self = this;
         if (response.data == true) {
+          this.form.zfrId = this.zfrId;
           addRecord(this.form)
             .then((response) => {
               console.log(response);

+ 5 - 1
front-vue/src/views/service/financeRecord/addFinanceRecord.vue

@@ -652,6 +652,10 @@ export default {
       // 是否显示弹出层
       open: false,
       openDetailBill: false,
+      //人脸验证结果
+      faceResult:"",
+      //人脸识别结果传参
+      authForm:{},
       // 查询参数
       queryParams: {
         pageNum: 1,
@@ -887,7 +891,7 @@ export default {
           });
             listCompanyHandler().then((response) => {
         if (response.data == true) {
-
+          this.form.zfrId = this.zfrId;
           addRecord(this.form)
             .then((response) => {
               loading.close();