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
a14fe349
Commit
a14fe349
authored
Mar 23, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
888b0147
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
tripUtils.js
src/assets/utils/tripUtils.js
+3
-1
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+4
-4
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+1
-0
No files found.
src/assets/utils/tripUtils.js
View file @
a14fe349
...
@@ -287,7 +287,9 @@ var tripUtils = {
...
@@ -287,7 +287,9 @@ var tripUtils = {
OtherMoney
:
0.00
,
//杂费分摊费用
OtherMoney
:
0.00
,
//杂费分摊费用
SubtotalMoney
:
0.00
,
//小计
SubtotalMoney
:
0.00
,
//小计
TotalMoney
:
0.00
,
//总费用
TotalMoney
:
0.00
,
//总费用
ShouPeiFee
:
0.00
//手配费
ShouPeiFee
:
0.00
,
//手配费
JPYSalePrice
:
0.00
,
//日元销售价格
JPYTotalMoney
:
0.00
,
//日元成本价
}
}
},
},
//团控列表下拉菜单
//团控列表下拉菜单
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
a14fe349
...
@@ -679,7 +679,7 @@
...
@@ -679,7 +679,7 @@
</td>
</td>
<td
class=
"CP_ComTitle2"
>
成本价
</td>
<td
class=
"CP_ComTitle2"
>
成本价
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
销售价格
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
销售价格
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
手配费
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
手配费
</td>
<td
colspan=
"6"
class=
"CP_ComTitle2"
>
备注
</td>
<td
colspan=
"6"
class=
"CP_ComTitle2"
>
备注
</td>
</tr>
</tr>
<tr
v-for=
"item in CostNumberList"
:key=
"item.subCode"
>
<tr
v-for=
"item in CostNumberList"
:key=
"item.subCode"
>
...
@@ -688,7 +688,7 @@
...
@@ -688,7 +688,7 @@
<td
colspan=
"2"
>
<td
colspan=
"2"
>
{{item.SalePrice}}
{{item.SalePrice}}
</td>
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
{{item.ShouPeiFee}}
{{item.ShouPeiFee}}
</td>
</td>
<td
colspan=
"6"
>
<td
colspan=
"6"
>
...
@@ -759,7 +759,7 @@
...
@@ -759,7 +759,7 @@
<tr>
<tr>
<td
class=
"CP_ComTitle2"
>
附件
</td>
<td
class=
"CP_ComTitle2"
>
附件
</td>
<td
colspan=
"11"
>
<td
colspan=
"11"
>
<a
style=
"margin-left:20px;color:blue;"
:href=
"teamPrice.ContractArray[0].Url"
<a
style=
"margin-left:20px;color:blue;"
:href=
"teamPrice.ContractArray[0].Url"
v-if=
"teamPrice.ContractArray&&teamPrice.ContractArray.length>0"
target=
"_blank"
>
预览
</a>
v-if=
"teamPrice.ContractArray&&teamPrice.ContractArray.length>0"
target=
"_blank"
>
预览
</a>
</td>
</td>
...
@@ -770,7 +770,7 @@
...
@@ -770,7 +770,7 @@
<el-input
type=
"textarea"
v-model=
"postConfig.AuditContent"
></el-input>
<el-input
type=
"textarea"
v-model=
"postConfig.AuditContent"
></el-input>
</td>
</td>
</tr>
</tr>
<tr
>
<tr>
<td
colspan=
"13"
style=
"text-align:center;"
>
<td
colspan=
"13"
style=
"text-align:center;"
>
<input
type=
"button"
class=
"normalBtn"
value=
"同意"
@
click=
"SubSaveType(3)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"同意"
@
click=
"SubSaveType(3)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"拒绝"
@
click=
"SubSaveType(4)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"拒绝"
@
click=
"SubSaveType(4)"
/>
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
a14fe349
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
TravelState
:
1
,
//团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
TravelState
:
1
,
//团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
OutBranchId
:
-
1
,
//出团公司
OutBranchId
:
-
1
,
//出团公司
OutDateTime
:
""
,
//出发时间
OutDateTime
:
""
,
//出发时间
OfferPayType
:
0
,
//报价单付款方式()
},
},
dayCostPriceList
:
[],
//报价列表
dayCostPriceList
:
[],
//报价列表
isSubmit
:
true
,
isSubmit
:
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