Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
9343eff2
Commit
9343eff2
authored
Jun 08, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常单禁止修改费用
parent
0085ebd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
XhInput.vue
src/components/createCom/XhInput.vue
+1
-1
XhRadio.vue
src/components/createCom/XhRadio.vue
+2
-1
order.vue
src/pages/index/order.vue
+1
-0
complete.vue
src/pages/order/complete.vue
+2
-3
No files found.
src/components/createCom/XhInput.vue
View file @
9343eff2
...
...
@@ -70,7 +70,7 @@
return
this
.
textarea
?
'transparent'
:
'#F4F5F7'
},
isDisabled
()
{
return
this
.
item
.
f
unction
?
true
:
false
return
this
.
item
.
f
ieldsId
===
254
||
this
.
disabled
?
true
:
false
}
},
watch
:
{},
...
...
src/components/createCom/XhRadio.vue
View file @
9343eff2
...
...
@@ -25,6 +25,7 @@
mounted
()
{},
methods
:
{
setValue
(
txt
){
if
(
this
.
disabled
)
return
this
.
dataValue
=
txt
this
.
valueChange
(
txt
)
}
...
...
@@ -44,7 +45,7 @@
display
:
flex
;
flex-wrap
:
wrap
;
line-height
:
50rpx
;
max-width
:
46%
;
max-width
:
46%
;
align-items
:
center
;
&
.active
{
background-color
:
#2272FF
;
...
...
src/pages/index/order.vue
View file @
9343eff2
...
...
@@ -301,6 +301,7 @@
+
"&inGuaranteePeriod="
+
item
.
inGuaranteePeriod
+
"&partnerCompanyId="
+
item
.
partnerCompanyId
+
"&auditResultsId="
+
(
item
.
auditResults
?
Object
.
keys
(
item
.
auditResults
)[
Object
.
keys
(
item
.
auditResults
).
length
-
1
]:
''
)
+
"&maintainStep="
+
item
.
maintainStep
})
},
// handleAction(item) {
...
...
src/pages/order/complete.vue
View file @
9343eff2
...
...
@@ -19,15 +19,14 @@
</view>
<template
v-if=
"item.fieldsType"
>
<xh-input
v-if=
"item.formType==='input'"
:groupIndex=
"groupIndex"
:type=
"item.inputType"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
:slotContent=
"item.fieldsInfo"
@
value-change=
"fieldValueChange"
>
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
:
disabled=
"item.disabled || false"
:
slotContent=
"item.fieldsInfo"
@
value-change=
"fieldValueChange"
>
</xh-input>
<xh-multi-input
v-else-if=
"item.formType==='multiinput'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
</xh-multi-input>
<xh-radio
v-else-if=
"item.formType==='radio'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
:disabled=
"item.disabled || false"
@
value-change=
"fieldValueChange"
>
</xh-radio>
<xh-checkbox
v-else-if=
"item.formType==='checkbox'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
...
...
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