Commit a14fe349 authored by 黄奎's avatar 黄奎

页面修改

parent 888b0147
...@@ -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,//日元成本价
} }
}, },
//团控列表下拉菜单 //团控列表下拉菜单
......
...@@ -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)" />
......
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment