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