+
{{ searchxianshitit }}
-
+
费用申请
@@ -77,7 +77,7 @@ 意见 - +
@@ -130,7 +130,9 @@ export default { this.linkByParameter.instanceId = obj.instanceId this.linkByParameter.taskId = obj.taskId this.linkByParameter.taskDefKey = obj.taskDefKey + console.log(window.sessionStorage.getItem('orgSidPath'), 99999999) this.linkByParameter.orgSidPath = window.sessionStorage.getItem('orgSidPath') + console.log(window.sessionStorage.getItem('userSid'), 99999999) this.linkByParameter.userSid = window.sessionStorage.getItem('userSid') this.current.taskDefKey = obj.taskDefKey this.current.taskName = obj.taskName @@ -314,4 +316,20 @@ export default { .addinputwOne { margin-left: 120px !important; } +.tleftb { + text-align: right; + font-size: 14px; + color: #606266; + line-height: 40px!important; + font-weight: 600; +} +.headline{ + height: 40px; + padding: 10px; + font-weight: bold; + font-size: 20px; + background-color: #0294d7; + text-align: left; + color: #ffffff; +} diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongEdit.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongEdit.vue index 277f1f769c..4dc5781999 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongEdit.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongEdit.vue @@ -166,7 +166,6 @@ export default { this.useType_list = res.data } }) - this.newDate() }, UpNumber(e) { e.target.value = e.target.value.replace(/[^\d.-]/g, '') // 清除“数字”和“.”"-"以外的字符 @@ -188,6 +187,7 @@ export default { req.fetchBySid(sid).then((resp) => { if (resp.success) { this.formobj = resp.data + this.formobj.instanceId = resp.data.procInstId if (this.formobj.isVeh === 1) { this.checked = true this.formobj.vinNo = this.formobj.vinNoList.join(',') @@ -283,6 +283,11 @@ export default { }) }, submitVehicleApply() { + if (!this.checked) { + this.formobj.isVeh = 0 + } else { + this.formobj.isVeh = 1 + } this.$refs['form_obj'].validate((valid) => { if (valid) { this.submitdisabled = true diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongYiBanInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongYiBanInfo.vue index b003136701..0c24007103 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongYiBanInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/feiyongguanliFlow/feiyongguanli/feiyongYiBanInfo.vue @@ -6,7 +6,7 @@ 撤 回
-
+
费用申请
@@ -186,4 +186,13 @@ export default { .addinputwOne { margin-left: 120px !important; } +.headline{ + height: 40px; + padding: 10px; + font-weight: bold; + font-size: 20px; + background-color: #0294d7; + text-align: left; + color: #ffffff; +}