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
236b2928
Commit
236b2928
authored
Apr 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
393388db
43310c42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+4
-4
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+5
-5
VisaProductCountryManager.vue
src/components/SalesVisa/VisaProductCountryManager.vue
+2
-1
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
236b2928
...
@@ -795,15 +795,15 @@ export default {
...
@@ -795,15 +795,15 @@ export default {
})
})
var
wechat
=
[];
var
wechat
=
[];
var
zhifu
=
[];
var
zhifu
=
[];
wechat
=
OcrStr
.
match
(
/
(\?
<=商户单号
)(\d
*
)
/
);
wechat
=
OcrStr
.
match
(
/
商户单号.
\d
+
/
);
zhifu
=
OcrStr
.
match
(
/
(\?
<=商家可扫码退款或查询交易
)(\d
*
)
/
);
zhifu
=
OcrStr
.
match
(
/
商家可扫码退款或查询交易.
\d
+
/
);
if
(
wechat
==
null
&&
zhifu
==
null
){
if
(
wechat
==
null
&&
zhifu
==
null
){
return
;
return
;
}
}
if
(
zhifu
==
null
&&
wechat
.
length
>
0
){
if
(
zhifu
==
null
&&
wechat
.
length
>
0
){
this
.
setCode
=
wechat
[
wechat
.
length
-
1
]
this
.
setCode
=
wechat
[
wechat
.
length
-
1
]
.
replace
(
'商户单号'
,
''
);
}
else
if
(
wechat
==
null
&&
zhifu
.
length
>
0
){
}
else
if
(
wechat
==
null
&&
zhifu
.
length
>
0
){
this
.
setCode
=
zhifu
[
zhifu
.
length
-
1
]
this
.
setCode
=
zhifu
[
zhifu
.
length
-
1
]
.
replace
(
'商家可扫码退款或查询交易'
,
''
);
}
}
this
.
$confirm
(
'匹配到交易流水号是否替换?'
,
'提示'
,
{
this
.
$confirm
(
'匹配到交易流水号是否替换?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
...
...
src/components/SalesVisa/VisaProduct.vue
View file @
236b2928
...
@@ -291,8 +291,8 @@
...
@@ -291,8 +291,8 @@
</li>
</li>
<li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<button
class=
"normalBtn"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button>
<button
class=
"normalBtn"
v-show=
"!buttonshow"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button>
<button
class=
"normalBtn"
v-show=
"buttonshow"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加
11
</button>
<button
class=
"normalBtn"
v-show=
"buttonshow"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加
(新)
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -378,7 +378,7 @@
...
@@ -378,7 +378,7 @@
placement=
"top-start"
placement=
"top-start"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
>
>
<el-button
<el-button
v-show=
"!buttonshow"
type=
"primary"
type=
"primary"
style=
"background:#409EFF; border-color:#409EFF"
style=
"background:#409EFF; border-color:#409EFF"
icon=
"iconfont icon-img_bianji_small"
icon=
"iconfont icon-img_bianji_small"
...
@@ -388,7 +388,7 @@
...
@@ -388,7 +388,7 @@
<el-tooltip
<el-tooltip
class=
"item"
class=
"item"
effect=
"dark"
effect=
"dark"
content=
"修改"
content=
"修改
(新)
"
placement=
"top-start"
placement=
"top-start"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
>
>
...
@@ -399,7 +399,7 @@
...
@@ -399,7 +399,7 @@
@
click=
"EditVisaProduct(item)"
@
click=
"EditVisaProduct(item)"
></el-button>
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
effect=
"dark"
content=
"查看
11
"
placement=
"top-start"
v-if=
"msg.isFinacial==1"
>
<el-tooltip
effect=
"dark"
content=
"查看"
placement=
"top-start"
v-if=
"msg.isFinacial==1"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
style=
"background:#25C1C3; border-color:#25C1C3"
style=
"background:#25C1C3; border-color:#25C1C3"
...
...
src/components/SalesVisa/VisaProductCountryManager.vue
View file @
236b2928
...
@@ -564,7 +564,7 @@ export default {
...
@@ -564,7 +564,7 @@ export default {
this
.
inputVisible3
=
false
;
this
.
inputVisible3
=
false
;
this
.
tagloading
=
true
;
this
.
tagloading
=
true
;
this
.
productlabel
.
VisaCountryId
=
item
.
Id
;
this
.
productlabel
.
VisaCountryId
=
item
.
Id
;
this
.
GetProductLabel
(
item
.
Country
Id
);
this
.
GetProductLabel
(
item
.
Id
);
this
.
CPBQ
=
true
;
this
.
CPBQ
=
true
;
},
},
// 新增
// 新增
...
@@ -587,6 +587,7 @@ export default {
...
@@ -587,6 +587,7 @@ export default {
"dmc_post_visa_GetVisaProductCountryTagList"
,
"dmc_post_visa_GetVisaProductCountryTagList"
,
{
VisaCountryId
:
item
},
{
VisaCountryId
:
item
},
res
=>
{
res
=>
{
console
.
log
(
res
);
this
.
tagloading
=
false
;
this
.
tagloading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
CountryTagList
=
res
.
data
.
data
;
this
.
CountryTagList
=
res
.
data
.
data
;
...
...
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