|
@@ -1975,21 +1975,22 @@ export default {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
//查询有无平台审批
|
|
//查询有无平台审批
|
|
|
- var platParam = {};
|
|
|
|
|
|
|
+ /* var platParam = {};
|
|
|
platParam.menuId = "1000000004";
|
|
platParam.menuId = "1000000004";
|
|
|
isOpenApproval(platParam).then((response) => {
|
|
isOpenApproval(platParam).then((response) => {
|
|
|
var platResult = response.data.isOpen;
|
|
var platResult = response.data.isOpen;
|
|
|
//开启平台审批
|
|
//开启平台审批
|
|
|
if (platResult == true) {
|
|
if (platResult == true) {
|
|
|
- if (row.zfiPlatformStatus == '00') {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+ }) */
|
|
|
|
|
+ if (row.zfiPlatformStatus == '00') {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
message: "平台正在审核资料,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署",
|
|
message: "平台正在审核资料,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署",
|
|
|
type: 'warning'
|
|
type: 'warning'
|
|
|
});
|
|
});
|
|
|
return false;
|
|
return false;
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ }
|
|
|
//查询当前用户是否为经办人
|
|
//查询当前用户是否为经办人
|
|
|
listCompanyHandler().then((response) => {
|
|
listCompanyHandler().then((response) => {
|
|
|
if (false == response.data) {
|
|
if (false == response.data) {
|