Commit 811649a6 authored by youjie's avatar youjie
parents 21b88f2d 407fccc7
...@@ -3548,6 +3548,7 @@ export const obj = { ...@@ -3548,6 +3548,7 @@ export const obj = {
kehubeiz: 'Customer Remarks ', kehubeiz: 'Customer Remarks ',
dijitian: 'What day ', dijitian: 'What day ',
sijizhusf: 'Drivers accommodation fee ', sijizhusf: 'Drivers accommodation fee ',
sijizhusfsr: 'Driver accommodation income',
zancunbaoj: 'Temporary offer ', zancunbaoj: 'Temporary offer ',
baocunbqd: 'Save and confirm ', baocunbqd: 'Save and confirm ',
shezhibaoj: 'Set quote ', shezhibaoj: 'Set quote ',
...@@ -4992,6 +4993,7 @@ export const obj = { ...@@ -4992,6 +4993,7 @@ export const obj = {
tingcfzc: 'Parking Expenses ', tingcfzc: 'Parking Expenses ',
caidaisr: 'Tea income ', caidaisr: 'Tea income ',
caidaizc: 'Tea spending ', caidaizc: 'Tea spending ',
guzhangzc: 'Fault expenses',
qitachengb: 'Other costs ', qitachengb: 'Other costs ',
yugucezi: 'Estimated fare ', yugucezi: 'Estimated fare ',
yugufangf: 'Estimated room Rates ', yugufangf: 'Estimated room Rates ',
......
...@@ -3547,6 +3547,7 @@ export const obj = { ...@@ -3547,6 +3547,7 @@ export const obj = {
kehubeiz: '顧客コメント', kehubeiz: '顧客コメント',
dijitian: '何日目か', dijitian: '何日目か',
sijizhusf: '運転手の宿泊費', sijizhusf: '運転手の宿泊費',
sijizhusfsr: '運転手の宿泊収入',
zancunbaoj: '見積もりを一時保存します', zancunbaoj: '見積もりを一時保存します',
baocunbqd: '保存して確定します', baocunbqd: '保存して確定します',
shezhibaoj: '見積を設定します', shezhibaoj: '見積を設定します',
...@@ -4991,6 +4992,7 @@ export const obj = { ...@@ -4991,6 +4992,7 @@ export const obj = {
tingcfzc: '駐車料金支出', tingcfzc: '駐車料金支出',
caidaisr: '茶代収入', caidaisr: '茶代収入',
caidaizc: '茶代支出', caidaizc: '茶代支出',
guzhangzc: '障害支出',
qitachengb: 'その他のコスト', qitachengb: 'その他のコスト',
yugucezi: '運賃を見積もる', yugucezi: '運賃を見積もる',
yugufangf: '部屋代を見積もる', yugufangf: '部屋代を見積もる',
......
...@@ -3547,6 +3547,7 @@ export const obj = { ...@@ -3547,6 +3547,7 @@ export const obj = {
kehubeiz: '客户备注', kehubeiz: '客户备注',
dijitian: '第几天', dijitian: '第几天',
sijizhusf: '司机住宿费', sijizhusf: '司机住宿费',
sijizhusfsr: '司机住宿收入',
zancunbaoj: '暂存报价', zancunbaoj: '暂存报价',
baocunbqd: '保存并确定', baocunbqd: '保存并确定',
shezhibaoj: '设置报价', shezhibaoj: '设置报价',
...@@ -4991,6 +4992,7 @@ export const obj = { ...@@ -4991,6 +4992,7 @@ export const obj = {
tingcfzc: '停车费支出', tingcfzc: '停车费支出',
caidaisr: '茶代收入', caidaisr: '茶代收入',
caidaizc: '茶代支出', caidaizc: '茶代支出',
guzhangzc: '故障支出',
qitachengb: '其他成本', qitachengb: '其他成本',
yugucezi: '预估车资', yugucezi: '预估车资',
yugufangf: '预估房费', yugufangf: '预估房费',
......
...@@ -3547,6 +3547,7 @@ export const obj = { ...@@ -3547,6 +3547,7 @@ export const obj = {
kehubeiz: '客戶備註', kehubeiz: '客戶備註',
dijitian: '第幾天', dijitian: '第幾天',
sijizhusf: '司機住宿費', sijizhusf: '司機住宿費',
sijizhusfsr: '司機住宿收入',
zancunbaoj: '暫存報價', zancunbaoj: '暫存報價',
baocunbqd: '保存並確定', baocunbqd: '保存並確定',
shezhibaoj: '設置報價', shezhibaoj: '設置報價',
...@@ -4991,6 +4992,7 @@ export const obj = { ...@@ -4991,6 +4992,7 @@ export const obj = {
tingcfzc: '停車費支出', tingcfzc: '停車費支出',
caidaisr: '茶代收入', caidaisr: '茶代收入',
caidaizc: '茶代支出', caidaizc: '茶代支出',
guzhangzc: '故障支出',
qitachengb: '其他成本', qitachengb: '其他成本',
yugucezi: '預估車資', yugucezi: '預估車資',
yugufangf: '預估房費', yugufangf: '預估房費',
......
...@@ -2422,9 +2422,9 @@ export default { ...@@ -2422,9 +2422,9 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "RoomFee", field: "MealFee",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: this.$t('objFill.v101.busManagement.sijizhusf'), title: this.$t('objFill.v101.FinancialModule.youfei'),
width: 90, width: 90,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
...@@ -2432,9 +2432,19 @@ export default { ...@@ -2432,9 +2432,19 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "MealFee", field: "ZiFei",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: this.$t('objFill.v101.FinancialModule.youfei'), title: this.$t('objFill.v101.busManagement.sijizhusfsr'),
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "RoomFee",
formatter: this.moneyFormat,
title: this.$t('objFill.v101.busManagement.sijizhusf'),
width: 90, width: 90,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
...@@ -2501,6 +2511,36 @@ export default { ...@@ -2501,6 +2511,36 @@ export default {
isResize: true, isResize: true,
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{
field: "XiaoFeiShouRu",
formatter: this.moneyFormat,
title: this.$t('objFill.v101.FinancialModule.baoxiansr'),
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "GuoNeiLianYunJiPiao",
formatter: this.moneyFormat,
title: this.$t('objFill.v101.FinancialModule.guzhangzc'),
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "YaoQingHan",
formatter: this.moneyFormat,
title: this.$t('objFill.chezi'),
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{ {
field: "CheZi", field: "CheZi",
formatter: this.moneyFormat, formatter: this.moneyFormat,
......
...@@ -529,9 +529,10 @@ ...@@ -529,9 +529,10 @@
<span>{{ changePriceMsg.ApplyForMoney }}</span> <span>{{ changePriceMsg.ApplyForMoney }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4" v-if="false">
<el-form-item :label="$t('objFill.yinshouzje')" prop="Money"> <el-form-item :label="$t('objFill.yinshouzje')" prop="Money">
<!-- :disabled="userInfo.EmployeeId!=1" --> <!-- :disabled="userInfo.EmployeeId!=1" -->
<!-- :readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=ExamineBy||titleType == 3 ? true : false" -->
<el-input type="number" <el-input type="number"
:readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=ExamineBy||titleType == 3 ? true : false" :readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=ExamineBy||titleType == 3 ? true : false"
v-model="changePriceMsg.Money" rows="6"></el-input> v-model="changePriceMsg.Money" rows="6"></el-input>
......
...@@ -122,11 +122,11 @@ export default { ...@@ -122,11 +122,11 @@ export default {
let locationName = window.location.hostname; let locationName = window.location.hostname;
let isOnline = 0; //0-本地测试,1-线上 let isOnline = 0; //0-本地测试,1-线上
let ocrUrl = "http://192.168.5.46:8888"; let ocrUrl = "http://192.168.5.46:8888";
// domainUrl = "http://192.168.5.214"; domainUrl = "http://192.168.5.214";
domainUrl = "http://192.168.5.39:8083" //domainUrl = "http://192.168.5.39:8083"
// domainUrl = "http://192.168.5.204:8030" //domainUrl = "http://192.168.5.204:8030"
domainUrl = "http://192.168.5.46" //domainUrl = "http://192.168.5.46"
// domainUrl = "http://reborn.oytour.com";
let crmLocalFileStreamDownLoadUrl = ""; let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com"; crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com";
let javaUrldo = ""; let javaUrldo = "";
......
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