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
ef4336c6
Commit
ef4336c6
authored
Mar 25, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9d73ccd4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5797 additions
and
5714 deletions
+5797
-5714
productQuery.vue
src/components/SalesModule/productQuery.vue
+18
-6
AuditDan.vue
src/components/TravelManager/TravelGroupControl/AuditDan.vue
+19
-10
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+1
-1
aliPay.vue
src/components/aliPay.vue
+53
-0
config.js
src/router/config.js
+5706
-5697
No files found.
src/components/SalesModule/productQuery.vue
View file @
ef4336c6
<
style
>
@import
"../../assets/css/newTravelManager.css"
;
@import
"../../assets/css/newTravelManager.css"
;
.productQuerySearch
{
width
:
100%
;
min-height
:
auto
;
...
...
@@ -541,6 +542,7 @@
.productQuerybottomLayer
.el-upload-list
{
width
:
200px
;
}
</
style
>
<
template
>
<div
class=
"flexOne"
>
...
...
@@ -1228,6 +1230,15 @@
{{ item.Title }}
</p>
</el-tooltip>
<p
v-if=
"item.CustomerName&&item.CustomerName!=''"
style=
"font-size: 11px;font-weight:bold;color:red"
>
<span
v-if=
"item.CustomerName"
>
客户名称:{{item.CustomerName}}
</span>
</p>
<p
v-if=
"item.PriceOfferUrl&&item.PriceOfferUrl!=''"
>
<a
style=
"color:blue;"
:href=
"item.PriceOfferUrl"
v-if=
"item.PriceOfferUrl"
target=
"_blank"
>
下载报价单
</a>
</p>
</div>
</div>
<div
class=
"d2"
>
...
...
@@ -1335,8 +1346,8 @@
</p>
<p>
<span>
{{ $t("scen.sc_cp") }}
</span>
{{ item.OutBranchName }}
<span
class=
"TC_neibu"
style=
"float: inherit;color: #ffffff;margin-left: 5px;"
v-if=
"item.StandardCurrencyName"
:class=
"{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
<span
class=
"TC_neibu"
style=
"float: inherit;color: #ffffff;margin-left: 5px;"
v-if=
"item.StandardCurrencyName"
:class=
"{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}"
>
{{item.StandardCurrencyName}}结算
</span>
</p>
...
...
@@ -2710,7 +2721,7 @@
ChirdNum
+
Number
(
this
.
addMsg
.
BabyNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
);
this
.
TotalNumber
=
this
.
TotalNumber
=
Number
(
this
.
addMsg
.
AirticketNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
ChirdNum
+
...
...
@@ -2952,7 +2963,7 @@
this
.
autoRemarks
(
"TripleRoomNum"
,
"三人房"
);
},
submitForm
(
addMsg
)
{
if
(
this
.
TotalNumber
==
0
)
{
if
(
this
.
TotalNumber
==
0
)
{
this
.
$message
.
error
(
'总人数不能小于1人'
)
return
}
...
...
@@ -3651,4 +3662,5 @@
this
.
getFylx
();
},
};
</
script
>
\ No newline at end of file
</
script
>
src/components/TravelManager/TravelGroupControl/AuditDan.vue
View file @
ef4336c6
<
style
>
@import
"../../../assets/css/newTravelManager.css"
;
.opbdList
{
.opbdList
{
font-weight
:
bold
;
display
:
inline-block
;
width
:
25px
;
...
...
@@ -10,9 +11,10 @@
line-height
:
25px
;
font-size
:
12px
;
cursor
:
pointer
;
text-align
:
center
;
text-align
:
center
;
}
.Audian_cent
{
.Audian_cent
{
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
display
:
-webkit-box
;
...
...
@@ -22,7 +24,12 @@
-ms-flex-align
:
center
;
align-items
:
center
;
}
.quoTation
.Audit_left
{
align-items
:
center
;
border-right
:
1px
dashed
#dddddd
;
padding-right
:
20px
;}
.quoTation
.Audit_left
{
align-items
:
center
;
border-right
:
1px
dashed
#dddddd
;
padding-right
:
20px
;
}
</
style
>
<
template
>
...
...
@@ -75,9 +82,9 @@
<li
v-for=
"item in dataList"
:key=
"item.subCode"
:data-id=
'item.ID'
style=
"padding:0 15px;"
>
<div
class=
"Audit_left"
style=
"width:80px"
>
<div>
<el-tooltip
popper-class=
"max-w250"
effect=
"dark"
:content=
"item.ID"
placement=
"top-start"
>
<span
style=
"position:relative;top:15px;"
>
编号:
{{
item
.
ID
}}
</span>
</el-tooltip>
<el-tooltip
popper-class=
"max-w250"
effect=
"dark"
:content=
"item.ID"
placement=
"top-start"
>
<span
style=
"position:relative;top:15px;"
>
编号:
{{
item
.
ID
}}
</span>
</el-tooltip>
</div>
</div>
<div
class=
"Audit_left"
style=
"width:20%;"
>
...
...
@@ -87,7 +94,8 @@
<span>
{{
item
.
LineName
}}
</span>
</el-tooltip>
</p>
<p
class=
"Quo_Content"
style=
"padding-right:20px;width:100%;"
><i
v-if=
"item.LtName"
class=
"iconfont icon-richeng"
></i>
<p
class=
"Quo_Content"
style=
"padding-right:20px;width:100%;"
><i
v-if=
"item.LtName"
class=
"iconfont icon-richeng"
></i>
<span>
{{
item
.
LtName
}}
</span>
</p>
</div>
...
...
@@ -99,7 +107,8 @@
<span>
{{
item
.
Title
}}
</span>
</el-tooltip>
</p>
<p
class=
"Quo_Content"
style=
"padding-right:20px;width:100%;"
><i
v-if=
"item.CustomerName"
class=
"iconfont icon-richeng"
></i>
<p
class=
"Quo_Content"
style=
"padding-right:20px;width:100%;"
><i
v-if=
"item.CustomerName"
class=
"iconfont icon-richeng"
></i>
<span>
{{
item
.
CustomerName
}}
</span>
</p>
</div>
...
...
@@ -252,7 +261,7 @@
</div>
</el-col>
<el-col
:span=
"10"
style=
"margin-top:30px;"
>
<el-form-item
label=
"审批说明"
>
<el-form-item
label=
"审批说明"
>
<el-input
type=
"textarea"
class=
"w600"
v-model=
"AuditInfo.AuditContent"
></el-input>
</el-form-item>
</el-col>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
ef4336c6
...
...
@@ -787,7 +787,7 @@
</
template
>
</td>
</tr>
<tr>
<tr
v-if=
"IsEdit==2"
>
<td
colspan=
"13"
style=
"text-align:center;"
>
<input
type=
"button"
class=
"normalBtn"
value=
"同意"
@
click=
"SubSaveType(3)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"拒绝"
@
click=
"SubSaveType(4)"
/>
...
...
src/components/aliPay.vue
0 → 100644
View file @
ef4336c6
<
style
>
</
style
>
<
template
>
<div>
支付宝支付
<iframe
:srcdoc=
"aliMsg.payData"
frameborder=
"no"
border=
"0"
marginwidth=
"0"
marginheight=
"0"
scrolling=
"no"
width=
"200"
height=
"200"
style=
"overflow: hidden"
>
</iframe>
</div>
</
template
>
<
script
>
export
default
{
components
:
{
},
data
()
{
return
{
aliMsg
:
{
payData
:
""
},
isShow
:
true
,
};
},
mounted
()
{
},
created
()
{
this
.
testALiPay
();
},
methods
:
{
testALiPay
()
{
var
postMsg
=
{
"OrderNo"
:
"D202303171113570001"
};
this
.
apipost
(
"GetAliPayByOrderNo_post"
,
postMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
aliMsg
.
payData
=
res
.
data
.
data
.
QrCode
;
// this.isShow=true;
this
.
$nextTick
(()
=>
{
// document.querySelector(".aLiForom form").setAttribute("target", "_blank");
// document.querySelector(".aLiForom form input")[1].click();
});
}
}
);
},
}
};
</
script
>
src/router/config.js
View file @
ef4336c6
This diff is collapsed.
Click to expand it.
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