diff --git a/src/api/process.js b/src/api/process.js
index c1dbff26f..79874460a 100644
--- a/src/api/process.js
+++ b/src/api/process.js
@@ -170,7 +170,16 @@ export function taskDel (data) {
params: data
})
}
-//模板下载
+//清单模板下载
+export function templateDownload(data) {
+ return axios({
+ url: '/api/sarLawsDetailedList/sar-laws-detailed-list/exportEmpty',
+ method: 'get',
+ responseType: 'blob',
+ params: data
+ })
+}
+//企标立项模板下载
export function downloadStatus(data) {
return axios({
url: '/api/importWkExcel/exportqbzxdjh',
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
index 0d03bcc99..1341371f7 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
@@ -135,19 +135,19 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
是
否
@@ -681,7 +681,7 @@
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue
index 7ec0cbff6..5e10ec58e 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue
@@ -135,7 +135,7 @@
value-format="yyyy-MM-dd">
-
+
是
否
@@ -462,7 +462,7 @@
>
-
+
-
+
{
+ this.qcdwOptions.forEach(items => {
+ if(item === items.value){
+ qcdwName.push(items.label)
+ }
+ })
+ })
+ }
this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN'
this.form.menuIds = this.form.treeListId;
this.form.BBFDTBZ = this.form.bfbdtbzh
+ this.form.qcdw = qcdwName
+ this.form.qcdw = this.form.attrInfoCaseMap.qcdw = this.form.attrInfoMap.QCDW = qcdwName.splice(',')
const json = JSON.stringify(this.form);
this.$http.post("lawss/activiti/completeTask", {
taskIds: this.taskIds,
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue
index 66878e1a4..ade880e1a 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue
@@ -134,7 +134,7 @@
placeholder="请选择标准发布日期">
-
+
是
否
@@ -425,7 +425,7 @@
>
-
+
-
+
是
否
@@ -945,7 +945,7 @@
@@ -1563,6 +1563,7 @@ export default {
data() {
return {
submitType: '',
+ bpnId: '',
modalShowRoleFlag: false,
fileList: [],
caFileList: [],
@@ -2612,6 +2613,7 @@ export default {
} else {
//表单文件处理
this.getFormFieldList(processForm.form)
+ this.commentText = processForm.form.commentText
}
}
}).catch(e => {
@@ -2623,6 +2625,7 @@ export default {
* @description: 动态表单读取
*/
getFormFieldList(item) {
+ console.log(item);
this.$nextTick(() => {
this.form = JSON.parse(JSON.stringify(item))
this.defaultCheckedKeys = [this.form.standSystem];
@@ -2665,7 +2668,6 @@ export default {
// })
// },
initializeFileList(property, value) {
- console.log(property);
switch (property) {
case 'xgd':
this.getFileList(value, this.xgdFileList);
@@ -2758,9 +2760,10 @@ export default {
//表单文件处理
this.fileInfoHandle();
this.form.country = this.countryArr;
+ this.form.commentText = this.commentText;
this.saveLoading = true
let _formData = new FormData()
- _formData.append('id', this.bpnId)
+ _formData.append("id", this.bpnId || "");
// _formData.append('createUser', this.$store.getters.userInfo.userId)
// _formData.append('createUserName', this.$store.getters.userInfo.uName)
_formData.append('prcType', '1')
@@ -2924,6 +2927,7 @@ export default {
this.getData()
},
mounted() {
+ this.bpnId = this.$route.query.bpnId
this.processTable()
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue
index e1a1f46fa..a1104babb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue
@@ -119,7 +119,7 @@
placeholder="请选择标准发布日期">
-
+
是
否
@@ -387,7 +387,7 @@
>
-
+
-
+
是
否
@@ -297,7 +297,7 @@
>
-
+
清单条目
+ 导入
+
导出
+ >导出
+
+ 模板下载
删除
+ >批量删除
@@ -309,6 +321,12 @@
width="180px"
label="能源类型">
+
+
+
+
+
+
+
+
确认
+
+
+
+
+
+