|
@@ -90,7 +90,7 @@
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleLoan(scope.row)"
|
|
|
v-hasPermi="['finance:record:edit']"
|
|
|
- v-if="scope.row.zfrStatus == '00'"
|
|
|
+ v-if="scope.row.zfrStatus == '00' && scope.row.companyType ==('00' || '01')"
|
|
|
>放款登记</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -215,6 +215,7 @@
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleLoan(scope.row)"
|
|
|
v-hasPermi="['finance:record:edit']"
|
|
|
+ v-if="scope.row.zfrStatus == '00' && scope.row.companyType ==('00' || '01')"
|
|
|
>放款登记</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -455,7 +456,7 @@
|
|
|
action=""
|
|
|
:class="{ showUoload: showBtnImg, uoloadSty: noneBtnImg }"
|
|
|
:on-change="dealImgChange"
|
|
|
- accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
|
|
|
+ accept=".jpg, .jpeg, .png"
|
|
|
:http-request="httpRequest"
|
|
|
:on-preview="handlePictureCardPreview"
|
|
|
:on-remove="handleRemove"
|
|
@@ -980,6 +981,8 @@ export default {
|
|
|
this.msgSuccess("放款登记成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ }).catch((response)=>{
|
|
|
+ loading.close();
|
|
|
});
|
|
|
}
|
|
|
});
|