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
4c1235f2
Commit
4c1235f2
authored
Jun 21, 2023
by
郑娟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'i-0-s_uat' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into i-0-s_uat
parents
5a355fe5
81a0eedf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
uat.env.js
config/uat.env.js
+1
-1
customerAccess-detail.vue
src/pages/customerAccessApply/customerAccess-detail.vue
+1
-0
financingApply-detail.vue
src/pages/financingApply/financingApply-detail.vue
+1
-5
No files found.
config/uat.env.js
View file @
4c1235f2
...
...
@@ -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
:
'"
0.5.8
"'
currentVersion
:
'"
3.7.2
"'
}
src/pages/customerAccessApply/customerAccess-detail.vue
View file @
4c1235f2
...
...
@@ -121,6 +121,7 @@ export default {
vm
.
historyData
=
[]
vm
.
appendixData
=
[]
vm
.
isTodo
=
vm
.
$route
.
params
.
type
===
'todo'
vm
.
isEditType
=
false
// 30节点可编辑合同类型、开票类型
vm
.
getData
()
vm
.
getHistory
()
...
...
src/pages/financingApply/financingApply-detail.vue
View file @
4c1235f2
...
...
@@ -50,11 +50,7 @@
<Partner
:bplist=
"bplist"
/>
</div>
<div
v-if=
"tabNum === 4"
class=
"z100"
>
<Equipment
v-if=
"equipmentData.length>0"
:equipmentData=
"equipmentData"
/>
<Empty
v-else
description=
"无"
/>
</div>
<div
v-if=
"tabNum === 5"
class=
"z100"
>
<Appendix
ref=
"myappendix"
:appendixData=
"appendixData"
@
upData=
"getData"
/>
<Appendix
:appendixData=
"appendixData"
@
upData=
"getData"
></Appendix>
<div
v-show=
"isTodo"
class=
"approveBottom"
>
<span>
审批意见
</span>
<textarea
v-model=
"confirm_note"
cols=
"8"
rows=
"5"
placeholder=
"请输入"
/>
...
...
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