修改对应的流程信息
Showing
3 changed files
with
19 additions
and
64 deletions
... | @@ -33,7 +33,7 @@ export function Init (data) { | ... | @@ -33,7 +33,7 @@ export function Init (data) { |
33 | data | 33 | data |
34 | }) | 34 | }) |
35 | } | 35 | } |
36 | // 初始化内容 | 36 | // 受理信息保存 |
37 | export function saveData (data) { | 37 | export function saveData (data) { |
38 | return request({ | 38 | return request({ |
39 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/saveData', | 39 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/saveData', |
... | @@ -42,52 +42,6 @@ export function saveData (data) { | ... | @@ -42,52 +42,6 @@ export function saveData (data) { |
42 | }) | 42 | }) |
43 | } | 43 | } |
44 | 44 | ||
45 | // // 初始化内容 | ||
46 | // export function Init (data) { | ||
47 | // return request({ | ||
48 | // url: SERVER.SERVERAPI +'/rest/ywbl/tdsyqlr/Init', | ||
49 | // method: 'post', | ||
50 | // data | ||
51 | // }) | ||
52 | // } | ||
53 | |||
54 | // 首次登记保存 | ||
55 | export function fristReg (data) { | ||
56 | return request({ | ||
57 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/fristReg', | ||
58 | method: 'post', | ||
59 | data | ||
60 | }) | ||
61 | } | ||
62 | |||
63 | // 转移登记保存 | ||
64 | export function transferReg (data) { | ||
65 | return request({ | ||
66 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/transferReg', | ||
67 | method: 'post', | ||
68 | data | ||
69 | }) | ||
70 | } | ||
71 | |||
72 | |||
73 | // 变更登记保存 | ||
74 | export function changeReg (data) { | ||
75 | return request({ | ||
76 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/changeReg', | ||
77 | method: 'post', | ||
78 | data | ||
79 | }) | ||
80 | } | ||
81 | |||
82 | |||
83 | // 注销登记保存 | ||
84 | export function logoutReg (data) { | ||
85 | return request({ | ||
86 | url: SERVER.SERVERAPI + '/rest/ywbl/jsydsyqlr/logoutReg', | ||
87 | method: 'post', | ||
88 | data | ||
89 | }) | ||
90 | } | ||
91 | // 流程图 | 45 | // 流程图 |
92 | export function getWorkFlowImage (bsmSlsq, bestepid) { | 46 | export function getWorkFlowImage (bsmSlsq, bestepid) { |
93 | return request({ | 47 | return request({ |
... | @@ -102,7 +56,7 @@ export function getWorkFlowImage (bsmSlsq, bestepid) { | ... | @@ -102,7 +56,7 @@ export function getWorkFlowImage (bsmSlsq, bestepid) { |
102 | // 上传单个文件 | 56 | // 上传单个文件 |
103 | export function sjClmxUpload (data) { | 57 | export function sjClmxUpload (data) { |
104 | return request({ | 58 | return request({ |
105 | url: 'zhcx/sjClmx/upload', | 59 | url: SERVER.SERVERAPI + '/rest/zhcx/sjClmx/upload', |
106 | method: 'post', | 60 | method: 'post', |
107 | data | 61 | data |
108 | }) | 62 | }) |
... | @@ -110,7 +64,7 @@ export function sjClmxUpload (data) { | ... | @@ -110,7 +64,7 @@ export function sjClmxUpload (data) { |
110 | // 删除上传文件 | 64 | // 删除上传文件 |
111 | export function sjClmxDelete (bsmClmx) { | 65 | export function sjClmxDelete (bsmClmx) { |
112 | return request({ | 66 | return request({ |
113 | url: 'zhcx/sjClmx/delete?bsmClmx=' + bsmClmx, | 67 | url: SERVER.SERVERAPI + '/rest/zhcx/sjClmx/delete?bsmClmx=' + bsmClmx, |
114 | method: 'delete' | 68 | method: 'delete' |
115 | }) | 69 | }) |
116 | } | 70 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -155,6 +155,7 @@ export default { | ... | @@ -155,6 +155,7 @@ export default { |
155 | this._beforeUnload_time = new Date().getTime() | 155 | this._beforeUnload_time = new Date().getTime() |
156 | }, | 156 | }, |
157 | unloadHandler(e) { | 157 | unloadHandler(e) { |
158 | thsi.$alert("234234"); | ||
158 | this._gap_time = new Date().getTime() - this._beforeUnload_time | 159 | this._gap_time = new Date().getTime() - this._beforeUnload_time |
159 | //判断是窗口关闭还是刷新 | 160 | //判断是窗口关闭还是刷新 |
160 | if (this._gap_time <= 10) { | 161 | if (this._gap_time <= 10) { |
... | @@ -286,10 +287,7 @@ export default { | ... | @@ -286,10 +287,7 @@ export default { |
286 | } | 287 | } |
287 | break; | 288 | break; |
288 | case "B4": | 289 | case "B4": |
289 | this.$popup({ | 290 | this.$popup("登记簿详情","registerBook/djbFrame",{ |
290 | titleStyle: "left", | ||
291 | title: "登记簿详情", // 弹窗标题 | ||
292 | editItem: "registerBook/djbFrame", // 弹窗内容 | ||
293 | formData: this.currentSelectProps, | 291 | formData: this.currentSelectProps, |
294 | width: "1220px", | 292 | width: "1220px", |
295 | height: "790px", | 293 | height: "790px", |
... | @@ -304,16 +302,13 @@ export default { | ... | @@ -304,16 +302,13 @@ export default { |
304 | }); | 302 | }); |
305 | break; | 303 | break; |
306 | case "B5": | 304 | case "B5": |
307 | this.$popup({ | 305 | this.$popup( "证书预览","workflow/components/zsyl",{ |
308 | title: "证书预览", | ||
309 | editItem: "workflow/components/zsyl", | ||
310 | height: "600px", | 306 | height: "600px", |
311 | width: "800px", | 307 | width: "800px", |
312 | formData: { | 308 | formData: { |
313 | bsmSlsq: this.bsmSlsq, | 309 | bsmSlsq: this.bsmSlsq, |
314 | entryType: '1' | 310 | entryType: '1' |
315 | }, | 311 | }, |
316 | btnShow: false, | ||
317 | cancel: () => { | 312 | cancel: () => { |
318 | console.log("取消回调"); | 313 | console.log("取消回调"); |
319 | }, | 314 | }, | ... | ... |
... | @@ -147,6 +147,14 @@ | ... | @@ -147,6 +147,14 @@ |
147 | </el-row> | 147 | </el-row> |
148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
150 | <div v-if="ruleForm.ywrList.length>0"> | ||
151 | <div class="slxx_title title-block"> | ||
152 | 义务人信息 | ||
153 | <div class="triangle"></div> </div> | ||
154 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | ||
155 | :viewtype="$route.query.viewtype" /> | ||
156 | </div> | ||
157 | |||
150 | <div class="slxx_title title-block"> | 158 | <div class="slxx_title title-block"> |
151 | 登记原因 | 159 | 登记原因 |
152 | <div class="triangle"></div> | 160 | <div class="triangle"></div> |
... | @@ -223,13 +231,11 @@ export default { | ... | @@ -223,13 +231,11 @@ export default { |
223 | methods: { | 231 | methods: { |
224 | // 更新权利人信息 | 232 | // 更新权利人信息 |
225 | upDateQlrxxList (val) { | 233 | upDateQlrxxList (val) { |
226 | this.ruleForm.qlrList = _.cloneDeep(val) | 234 | this.ruleForm.qlrList = _.cloneDeep(val); |
227 | // this.$store.dispatch('slxx/setQlrxxNew', { | 235 | }, |
228 | // qlrxx: this.ruleForm.qlrxx, | 236 | // 更新义务人信息 |
229 | // fj: this.ruleForm.fj, | 237 | upDateYwrxxList (val) { |
230 | // gyfs: this.ruleForm.gyfs, | 238 | this.ruleForm.ywrList = _.cloneDeep(val); |
231 | // djyy: this.ruleForm.djyy | ||
232 | // }) | ||
233 | }, | 239 | }, |
234 | onSubmit () { | 240 | onSubmit () { |
235 | saveData(this.ruleForm).then((res) => { | 241 | saveData(this.ruleForm).then((res) => { | ... | ... |
-
Please register or sign in to post a comment