diff --git a/.env.development b/.env.development index 65db24a..4aa4d21 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.105:9040' +VUE_APP_BASE_API = 'http://192.168.0.106:9040' # VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 路由懒加载 diff --git a/src/api/onlineDeclartion/declareAddContent.js b/src/api/onlineDeclartion/declareAddContent.js index 8ce5125..b58ee5b 100644 --- a/src/api/onlineDeclartion/declareAddContent.js +++ b/src/api/onlineDeclartion/declareAddContent.js @@ -281,3 +281,102 @@ export function putIntegrationIndustries(data) { }) } + +// 修改项目落户上传文件 +export function templateOneUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改做大做强上传文件 +export function templateTwoUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改载体建设上传文件 +export function templateThreeUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改平台建设上传文件 +export function templateFourUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改品牌打造上传文件 +export function templateFiveUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改场景开放上传文件 +export function templateSixUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改信用管理上传文件 +export function templateSevenUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改5G+工业互联网奖补上传文件 +export function templateEightUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改制造服务业有效投入上传文件 +export function templateNineUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改物流发展上传文件 +export function templateTenUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} + +// 修改两业融合上传文件 +export function templateElevenUpdata(data){ + return request({ + url: '/system/industrialInternetAward/update', + method: 'put', + data: data + }) +} diff --git a/src/views/onlineDeclaration/declareDetailContent/index.vue b/src/views/onlineDeclaration/declareDetailContent/index.vue index 7397287..6642626 100644 --- a/src/views/onlineDeclaration/declareDetailContent/index.vue +++ b/src/views/onlineDeclaration/declareDetailContent/index.vue @@ -1663,7 +1663,7 @@
{{ item.approvalByName }}
-
审核意见{{ item.approvalOpinions }}
+
审核意见:{{ item.approvalOpinions }}
附件
附件
@@ -1675,9 +1675,11 @@
{{ item.approvalTime }}
- - - +
+ + + +
- + 所有企业 部分企业 - + - + 点击下载导入模版 @@ -440,6 +440,18 @@ export default { } }); }, + // 监听企业名录维护方式的选择 + changeIsFrame(value){ + + if(value == 1){ + // 1 部分企业 + + } else if(value == 0){ + // 0 所有企业 + + } + + }, /** 查看按钮操作 */ handleView(row) { this.viewVisible = true @@ -490,7 +502,7 @@ export default { this.$forceUpdate() }, changeDateRange(val) { - console.log('val: ', val); + // console.log('val: ', val); this.$forceUpdate() this.form.startTime = val[0] this.form.endTime = val[1] diff --git a/src/views/onlineDeclaration/pendingReview/index.vue b/src/views/onlineDeclaration/pendingReview/index.vue index 8563f69..7687d8b 100644 --- a/src/views/onlineDeclaration/pendingReview/index.vue +++ b/src/views/onlineDeclaration/pendingReview/index.vue @@ -100,13 +100,13 @@ @@ -225,7 +225,7 @@ export default { // 表单校验 rules: { approvalStatus: [ - { required: true, message: "请选择日期", trigger: "blur" } + { required: true, message: "请选择审批状态", trigger: "blur" } ], approvalOpinions: [ { required: true, message: "名录维护方式不能为空", trigger: "blur" } @@ -326,7 +326,7 @@ export default { data.name = response.originalFilename; data.url = response.url; this.uploadList.push(data) - console.log('this.fileList: ', this.fileList); + // console.log('this.fileList: ', this.fileList); }) }, deleteUpload(value) { diff --git a/src/views/onlineDeclaration/records/components/index.vue b/src/views/onlineDeclaration/records/components/index.vue new file mode 100644 index 0000000..90c9e3d --- /dev/null +++ b/src/views/onlineDeclaration/records/components/index.vue @@ -0,0 +1,1773 @@ + + + diff --git a/src/views/onlineDeclaration/records/index.vue b/src/views/onlineDeclaration/records/index.vue index a0841c8..7e8c28f 100644 --- a/src/views/onlineDeclaration/records/index.vue +++ b/src/views/onlineDeclaration/records/index.vue @@ -196,12 +196,12 @@ @@ -226,6 +226,12 @@ @click="handleEdit(scope.row)" v-if="userType == '01' && (scope.row.status == 0 || scope.row.status == 8)" >编辑 + 上传附件 确定 + +