|
|
@@ -131,7 +131,7 @@ export default {
|
|
|
return {
|
|
|
id: params ? params.id : null,
|
|
|
isShow: false,
|
|
|
- title: "出入事项审批",
|
|
|
+ title: "来访核验登记详情",
|
|
|
formData: this.reset(),
|
|
|
formDataRules: {
|
|
|
approveStatus: [{ required: true, message: "请勾选审批结果" }],
|
|
|
@@ -169,21 +169,13 @@ export default {
|
|
|
// console.log("checkApprove value",value);
|
|
|
// console.log("checkApprove callback",callback);
|
|
|
// },
|
|
|
- async show(id, other = {}) {
|
|
|
- if (id) {
|
|
|
- this.title = "出入情况详情";
|
|
|
+ async show(id, other = {}) {
|
|
|
+ // this.title = "出入情况详情";
|
|
|
this.isShow = true;
|
|
|
outInRecordDetail(id).then((response) => {
|
|
|
this.formData = response.data;
|
|
|
this.formFileListDefualtValue=this.formData.letterFile;
|
|
|
- });
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- this.isShow = true;
|
|
|
- this.title = "录入介绍信";
|
|
|
- this.formData = this.reset();
|
|
|
- }
|
|
|
+ });
|
|
|
},
|
|
|
handleAddUser() {
|
|
|
this.open = true;
|