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
35431853
Commit
35431853
authored
Jun 25, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios 0.4.5版本
parent
3a404225
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
395 additions
and
173 deletions
+395
-173
prod.env.js
config/prod.env.js
+1
-1
create-equip-info.vue
src/pages/contractCreate/create-equip-info.vue
+112
-78
customerAccess-detail.vue
src/pages/customerAccessApply/customerAccess-detail.vue
+0
-1
financingApply-detail.vue
src/pages/financingApply/financingApply-detail.vue
+5
-1
base-info.vue
src/pages/userBindNew/np/base-info.vue
+174
-64
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+103
-28
No files found.
config/prod.env.js
View file @
35431853
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.4.
1
"'
currentVersion
:
'"0.4.
5
"'
}
src/pages/contractCreate/create-equip-info.vue
View file @
35431853
This diff is collapsed.
Click to expand it.
src/pages/customerAccessApply/customerAccess-detail.vue
View file @
35431853
...
...
@@ -121,7 +121,6 @@ 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 @
35431853
...
...
@@ -50,7 +50,11 @@
<Partner
:bplist=
"bplist"
/>
</div>
<div
v-if=
"tabNum === 4"
class=
"z100"
>
<Appendix
:appendixData=
"appendixData"
@
upData=
"getData"
></Appendix>
<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"
/>
<div
v-show=
"isTodo"
class=
"approveBottom"
>
<span>
审批意见
</span>
<textarea
v-model=
"confirm_note"
cols=
"8"
rows=
"5"
placeholder=
"请输入"
/>
...
...
src/pages/userBindNew/np/base-info.vue
View file @
35431853
This diff is collapsed.
Click to expand it.
src/pages/userBindNew/org/baseInfo.vue
View file @
35431853
This diff is collapsed.
Click to expand it.
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