Commit f0932a0a authored by liudong1993's avatar liudong1993

1 平台

parent 5c32db81
......@@ -134,7 +134,7 @@
</el-form-item>
</el-col>
<el-col :span="8" :gutter="35">
<el-form-item label="发团日期">
<el-form-item label="制单日期">
<el-date-picker class="h34"
@change="timeAddByTC"
v-model="productionDateByTC"
......@@ -196,6 +196,7 @@
<th>团队订单</th>
<th>{{$t('fnc.danhao')}}</th>
<th>结转调拨单</th>
<th>制单日期</th>
<th>{{$t('fnc.a_zhaiyao')}}</th>
<th>{{$t('fnc.zhidanren')}}</th>
<th>{{$t('fnc.a_hkfkshijian')}}</th>
......@@ -212,7 +213,7 @@
<th>{{$t('fnc.yueacc')}}</th>
</tr>
<tr>
<td :colspan="10">{{$t('fnc.a_qcyue')}}</td>
<td :colspan="11">{{$t('fnc.a_qcyue')}}</td>
<td></td>
<td></td>
<td></td>
......@@ -233,6 +234,7 @@
<td>
<span v-if="item.CallBackReFrId>0" class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrlNew(item,1)">{{ item.CallBackReFrId }}</span>
</td>
<td><span>{{item.CreateDate}}</span></td>
<td>
<p>{{item.CostTypeName}}</p>
<p v-for=" ( son , sIndex ) in item.TCIDAndTCNUMList"> <span>{{ son.TCNUM }}</span> </p>
......@@ -261,7 +263,7 @@
<td>{{ moneyFormat(item.EndMoney) }}</td>
</tr>
<tr>
<td :colspan="10">{{$t('fnc.a_heji')}}{{$t('hotel.hotel_totalRoom')}}{{DataList.length}}{{$t('hotel.hotel_item')}}</td>
<td :colspan="11">{{$t('fnc.a_heji')}}{{$t('hotel.hotel_totalRoom')}}{{DataList.length}}{{$t('hotel.hotel_item')}}</td>
<td>
{{ InMoneyB == 0 ? '-' : moneyFormat(InMoneyB) }}
</td>
......
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