|
@@ -740,7 +740,6 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { co } from '@fullcalendar/core/internal-common';
|
|
|
|
|
|
export default {
|
|
|
data() {
|
|
@@ -776,6 +775,10 @@ export default {
|
|
|
{ label: 'JS/ES', tips: '小套房/豪华套房(JUNIOR SUITE/EXECUTIVE SUITE) #个人成本' },
|
|
|
{ label: 'SUITE', tips: '套房(SUITE) #个人成本' },
|
|
|
{ label: 'ACCO N', tips: '住宿地名称(ACCOMMODATION NAME)' },
|
|
|
+ //--------------------------------------------------
|
|
|
+ { label: 'TV/N', tips: '公务场次' },
|
|
|
+ { label: 'IF/N', tips: '翻译场次' },
|
|
|
+ //-----------------------------------------------------
|
|
|
{ label: 'T/V', tips: '公务活动费用(T/V)' },
|
|
|
{ label: '1/L', tips: '公务活动费用(1/L)' },
|
|
|
{ label: 'I/F', tips: '公务翻译费用(INTERPRETER FEES)' },
|
|
@@ -815,6 +818,10 @@ export default {
|
|
|
{ label: 'JS/ES', width: '60', prop: 'jS_ES', describe: '小套房/豪华套房(JUNIOR SUITE/EXECUTIVE SUITE) #个人成本' },
|
|
|
{ label: 'SUITE', width: '60', prop: 'suite', describe: '套房(SUITE) #个人成本' },
|
|
|
{ label: 'ACCO N', width: '100', prop: 'accon', describe: '住宿地名称(ACCOMMODATION NAME)' },
|
|
|
+ //--------------------------------------------------
|
|
|
+ { label: 'TV/N', width: '60', prop: 'gwCount', describe: '公务场次' },
|
|
|
+ { label: 'IF/N', width: '60', prop: 'fyCount', describe: '翻译场次' },
|
|
|
+ //-----------------------------------------------------
|
|
|
{ label: 'T/V', width: '60', prop: 'tv', describe: '公务活动费用(T/V)' },
|
|
|
{ label: '1/L', width: '60', prop: 'iL', describe: '邀请函相关费用(1/L)' },
|
|
|
{ label: 'I/F', width: '60', prop: 'if', describe: '公务翻译费用(INTERPRETER FEES)' },
|
|
@@ -2506,6 +2513,22 @@ export default {
|
|
|
"singleTips": "",
|
|
|
"width": 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ "label": "TV/N",
|
|
|
+ "tips": "",
|
|
|
+ "totalPrice": 0,
|
|
|
+ "singlePrice": 0,
|
|
|
+ "singleTips": "",
|
|
|
+ "width": 60,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "IF/N",
|
|
|
+ "tips": "",
|
|
|
+ "totalPrice": 0,
|
|
|
+ "singlePrice": 0,
|
|
|
+ "singleTips": "",
|
|
|
+ "width": 60,
|
|
|
+ },
|
|
|
{
|
|
|
"label": "T/V",
|
|
|
"tips": "公务活动费用\n",
|
|
@@ -2682,7 +2705,7 @@ export default {
|
|
|
that.lableSetPrice(column.label, '', '');
|
|
|
return;
|
|
|
}
|
|
|
- if (column.label == 'DATE' || column.label == 'ITIN' || column.label == 'VT' || column.label == 'VN' || column.label == 'ACCO N' || column.label == 'VA' || column.label == 'VRD' || column.label == 'T/G N' || column.label == 'T/G WH' || column.label == '操作') {
|
|
|
+ if (column.label == 'DATE' || column.label == 'ITIN' || column.label == 'VT' || column.label == 'VN' || column.label == 'ACCO N' || column.label == 'VA' || column.label == 'VRD' || column.label == 'T/G N' || column.label == 'T/G WH' || column.label == '操作' || column.label == 'TV/N' || column.label == 'IF/N') {
|
|
|
prices[index] = "——";
|
|
|
that.lableSetPrice(column.label, '', '');
|
|
|
return;
|