Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
136312d0
Commit
136312d0
authored
May 04, 2023
by
白日依山山山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:已办流程 按钮和审批意见去掉
parent
fca955ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
uat.env.js
config/uat.env.js
+1
-1
customerAccess-detail.vue
src/pages/customerAccessApply/customerAccess-detail.vue
+2
-2
financingApply-detail.vue
src/pages/financingApply/financingApply-detail.vue
+1
-1
No files found.
config/uat.env.js
View file @
136312d0
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.7.
0
"'
currentVersion
:
'"3.7.
2
"'
}
src/pages/customerAccessApply/customerAccess-detail.vue
View file @
136312d0
...
...
@@ -50,7 +50,7 @@
<div
v-if=
"tabNum === 5"
class=
"z100"
>
<AttachmentInfo
:car=
"attachmentInfo.car"
:house=
"attachmentInfo.house"
:real=
"attachmentInfo.real"
/>
<Appendix
:appendixData=
"appendixData"
@
upData=
"getData"
/>
<div
class=
"approveBottom"
>
<div
v-show=
"isTodo"
class=
"approveBottom"
>
<span>
审批意见
</span>
<textarea
v-model=
"confirm_note"
cols=
"8"
rows=
"5"
placeholder=
"请输入"
/>
</div>
...
...
@@ -121,7 +121,7 @@ export default {
vm
.
roleInfo
=
[]
// 角色信息
vm
.
historyData
=
[]
vm
.
appendixData
=
[]
vm
.
isTodo
=
true
vm
.
isTodo
=
vm
.
$route
.
params
.
type
===
'todo'
vm
.
isEditType
=
false
// 30节点可编辑合同类型、开票类型
vm
.
getData
()
...
...
src/pages/financingApply/financingApply-detail.vue
View file @
136312d0
...
...
@@ -48,7 +48,7 @@
</div>
<div
v-if=
"tabNum === 4"
class=
"z100"
>
<Appendix
:appendixData=
"appendixData"
@
upData=
"getData"
></Appendix>
<div
class=
"approveBottom"
>
<div
v-show=
"isTodo"
class=
"approveBottom"
>
<span>
审批意见
</span>
<textarea
v-model=
"confirm_note"
cols=
"8"
rows=
"5"
placeholder=
"请输入"
/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment