Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
bde85fa4
Commit
bde85fa4
authored
Sep 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
431a06ce
4457be34
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
18 deletions
+22
-18
SamePayment.vue
src/components/FinancialModule/components/SamePayment.vue
+6
-2
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+4
-4
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+4
-4
order-form2.vue
src/components/orderCommon/order-form2.vue
+8
-8
No files found.
src/components/FinancialModule/components/SamePayment.vue
View file @
bde85fa4
...
...
@@ -29,7 +29,8 @@
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th>
单号
</th>
<th
width=
"300px"
>
付款对象
</th>
<th>
公司
</th>
<th
width=
"250px"
>
付款对象
</th>
<th>
原币
</th>
<th>
本位币
</th>
<th>
状态
</th>
...
...
@@ -38,7 +39,10 @@
<tr
class=
"_color_b"
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<td>
<div
style=
"width: 300px;"
>
{{
item
.
BranchName
}}
</td>
<td>
<div
style=
"width: 250px;"
>
{{
item
.
RemitterName
}}
</div>
</td>
...
...
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
bde85fa4
...
...
@@ -2535,10 +2535,10 @@
message
:
'请输入联系人电话'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|86|17951
)?(
13
[
0-9
]
|15
[
012356789
]
|17
[
012356789
]
|18
[
0-9
]
|19
[
0-9
]
|14
[
57
])[
0-9
]{8}
$/
,
message
:
'请输入正确的手机'
}
//
{
//
pattern: /^(0|86|17951)?(13[0-9]|15[012356789]|17[012356789]|18[0-9]|19[0-9]|14[57])[0-9]{8}$/,
//
message: '请输入正确的手机'
//
}
],
GatherAddress
:
[{
required
:
true
,
...
...
src/components/SalesModule/groupTourOrderOne.vue
View file @
bde85fa4
...
...
@@ -2091,10 +2091,10 @@
message
:
'请输入联系人电话'
,
trigger
:
'blur'
},
{
pattern
:
/^
(
0|86|17951
)?(
13
[
0-9
]
|15
[
012356789
]
|17
[
012356789
]
|18
[
0-9
]
|19
[
0-9
]
|14
[
57
])[
0-9
]{8}
$/
,
message
:
'请输入正确的手机'
}
//
{
//
pattern: /^(0|86|17951)?(13[0-9]|15[012356789]|17[012356789]|18[0-9]|19[0-9]|14[57])[0-9]{8}$/,
//
message: '请输入正确的手机'
//
}
],
GatherAddress
:
[{
required
:
true
,
...
...
src/components/orderCommon/order-form2.vue
View file @
bde85fa4
...
...
@@ -793,10 +793,10 @@
message
:
"请输入联系人电话"
,
trigger
:
"blur"
,
},
{
pattern
:
/^
(
0|86|17951
)?(
13
[
0-9
]
|15
[
012356789
]
|17
[
012356789
]
|18
[
0-9
]
|19
[
0-9
]
|14
[
57
])[
0-9
]{8}
$/
,
message
:
"请输入正确的手机"
,
},
//
{
//
pattern: /^(0|86|17951)?(13[0-9]|15[012356789]|17[012356789]|18[0-9]|19[0-9]|14[57])[0-9]{8}$/,
//
message: "请输入正确的手机",
//
},
],
SurName
:
[{
required
:
true
,
...
...
@@ -833,10 +833,10 @@
message
:
"请输入联系人电话"
,
trigger
:
"blur"
,
},
{
pattern
:
/^
(
0|86|17951
)?(
13
[
0-9
]
|15
[
012356789
]
|17
[
012356789
]
|18
[
0-9
]
|19
[
0-9
]
|14
[
57
])[
0-9
]{8}
$/
,
message
:
"请输入正确的手机"
,
},
//
{
//
pattern: /^(0|86|17951)?(13[0-9]|15[012356789]|17[012356789]|18[0-9]|19[0-9]|14[57])[0-9]{8}$/,
//
message: "请输入正确的手机",
//
},
],
GatherAddress
:
[{
required
:
true
,
...
...
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