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
08090899
Commit
08090899
authored
Jul 07, 2021
by
高铭波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决文件冲突
parent
3ee22348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
complete.vue
src/pages/order/complete.vue
+12
-1
No files found.
src/pages/order/complete.vue
View file @
08090899
...
...
@@ -130,6 +130,15 @@
@
value-change=
"fieldValueChange"
>
</xh-select>
<xh-specifications
v-else-if=
"item.formType === 'select-new-page'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
"form[item.fieldsName] || ''"
@
value-change=
"fieldValueChange"
>
</xh-specifications>
<view
v-else-if=
"item.formType === 'file'"
>
<xh-files
:ref=
"`fileChild$
{groupIndex}${itemIndex}`"
...
...
@@ -272,6 +281,7 @@ import XhMultiInput from "@/components/createCom/XhMultiInput.vue";
import
XhRadio
from
"@/components/createCom/XhRadio.vue"
;
import
XhCheckbox
from
"@/components/createCom/XhCheckbox.vue"
;
import
XhSelect
from
"@/components/createCom/XhSelect.vue"
;
import
XhSpecifications
from
"@/components/createCom/XhSpecifications.vue"
;
import
XhFiles
from
"@/components/createCom/XhFiles.vue"
;
import
XhLocation
from
"@/components/createCom/XhLocation.vue"
;
import
XhScan
from
"@/components/createCom/XhScan.vue"
;
...
...
@@ -296,7 +306,7 @@ const formType = new Map([
[
"jscode"
,
[
"input"
,
"text"
]],
[
"multiinput"
,
[
"multiinput"
,
"text"
]],
[
"select"
,
[
"select"
,
"text"
]],
[
"specifications"
,
[
"select"
,
"text"
]],
[
"specifications"
,
[
"select
-new-page
"
,
"text"
]],
[
"radio"
,
[
"radio"
,
"text"
]],
[
"checkbox"
,
[
"checkbox"
,
"text"
]],
[
"file"
,
[
"file"
,
"text"
]],
...
...
@@ -446,6 +456,7 @@ export default {
XhRadio
,
XhCheckbox
,
XhSelect
,
XhSpecifications
,
XhFiles
,
XhLocation
,
XhScan
,
...
...
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