Commit a14fe349 authored by 黄奎's avatar 黄奎

页面修改

parent 888b0147
......@@ -287,7 +287,9 @@ var tripUtils = {
OtherMoney: 0.00, //杂费分摊费用
SubtotalMoney: 0.00, //小计
TotalMoney: 0.00, //总费用
ShouPeiFee:0.00//手配费
ShouPeiFee:0.00,//手配费
JPYSalePrice:0.00,//日元销售价格
JPYTotalMoney:0.00,//日元成本价
}
},
//团控列表下拉菜单
......
......@@ -770,7 +770,7 @@
<el-input type="textarea" v-model="postConfig.AuditContent"></el-input>
</td>
</tr>
<tr >
<tr>
<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)" />
......
......@@ -56,6 +56,7 @@
TravelState: 1, //团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
OutBranchId: -1, //出团公司
OutDateTime: "", //出发时间
OfferPayType:0,//报价单付款方式()
},
dayCostPriceList: [], //报价列表
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