Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
24473e23
Commit
24473e23
authored
Apr 07, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情字段对接
parent
4d0d6c6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
8 deletions
+33
-8
_shanghu_detail.html
src/_shanghu_detail.html
+8
-8
_shanghu_detail.js
src/_shanghu_detail.js
+25
-0
No files found.
src/_shanghu_detail.html
View file @
24473e23
...
@@ -13,22 +13,22 @@
...
@@ -13,22 +13,22 @@
<!-- 表单内容 -->
<!-- 表单内容 -->
<van-cell-group
inset
>
<van-cell-group
inset
>
<van-cell-group>
<van-cell-group>
<van-field
label=
"商家名称"
v-model=
"formData.
sjName1
"
/>
<van-field
label=
"商家名称"
v-model=
"formData.
unitName"
:disabled=
"flag=='XQ'
"
/>
</van-cell-group>
</van-cell-group>
<van-cell-group>
<van-cell-group>
<van-field
label=
"负责人"
v-model=
"formData.
sjName2"
type=
"tel
"
/>
<van-field
label=
"负责人"
v-model=
"formData.
owner"
type=
"tel"
:disabled=
"flag=='XQ'
"
/>
</van-cell-group>
</van-cell-group>
<van-cell-group>
<van-cell-group>
<van-field
label=
"电话"
v-model=
"formData.
sjName3"
type=
"number
"
/>
<van-field
label=
"电话"
v-model=
"formData.
merchantPhone"
type=
"number"
:disabled=
"flag=='XQ'
"
/>
</van-cell-group>
</van-cell-group>
<van-cell-group>
<van-cell-group>
<van-field
label=
"地址"
v-model=
"formData.
sjName4"
/>
<van-field
label=
"地址"
v-model=
"formData.
businessAddress"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
</van-cell-group>
<van-cell-group>
<van-cell-group>
<van-field
label=
"场所类型"
v-model=
"formData.s
jName5
"
/>
<van-field
label=
"场所类型"
v-model=
"formData.s
mallPlaceTypeName"
:disabled=
"flag=='XQ'
"
/>
</van-cell-group>
</van-cell-group>
<van-cell-group>
<
!-- <
van-cell-group>
<van-field label="场所类型" v-model="formData.type" placeholder="请选择场所类型" readonly clickable
<van-field label="场所类型" v-model="formData.type" placeholder="请选择场所类型" readonly clickable
@click="showTypePicker = true" />
@click="showTypePicker = true" />
</van-cell-group>
</van-cell-group>
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
@cancel="showTypePicker = false" />
@cancel="showTypePicker = false" />
</van-popup>
</van-popup>
<van-cell-group>
<van-cell-group>
<van-field
label=
"安全二维码"
v-model=
"formData.sjName6"
/>
<van-field label="安全二维码"/>
</van-cell-group>
</van-cell-group>
-->
</van-cell-group>
</van-cell-group>
</div>
</div>
...
...
src/_shanghu_detail.js
View file @
24473e23
...
@@ -3,7 +3,32 @@ new Vue({
...
@@ -3,7 +3,32 @@ new Vue({
el
:
'
#app
'
,
el
:
'
#app
'
,
data
()
{
data
()
{
return
{
return
{
flag
:
'
XQ
'
,
formData
:
{
formData
:
{
"
id
"
:
1
,
"
unitName
"
:
"
威海火炬高技术产业开发区沸腾小火锅店
"
,
"
businessAddress
"
:
"
268-7-D2-4
"
,
"
smallPlaceTypeId
"
:
2
,
"
useNature
"
:
"
餐饮店
"
,
"
unifiedSocialCreditCode
"
:
"
92371000MA3U6FCR02
"
,
"
area
"
:
51.61
,
"
employeeCount
"
:
2
,
"
owner
"
:
"
朱德艳
"
,
"
merchantPhone
"
:
"
13863159973
"
,
"
qrCodeUrl
"
:
""
,
"
community
"
:
"
欧乐坊社区
"
,
"
street
"
:
"
田和街道
"
,
"
gridMemberName
"
:
"
于灏
"
,
"
gridMemberPhone
"
:
"
17865160657
"
,
"
createBy
"
:
""
,
"
createTime
"
:
null
,
"
updateBy
"
:
""
,
"
updateTime
"
:
"
2025-04-02 01:30:33
"
,
"
remark
"
:
""
,
"
deptId
"
:
209
,
"
merchantId
"
:
0
,
"
smallPlaceType
"
:
""
,
"
smallPlaceTypeName
"
:
"
小餐饮
"
,
principal
:
''
,
principal
:
''
,
phone
:
''
,
phone
:
''
,
area
:
''
,
area
:
''
,
...
...
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