Commit 6328a999 authored by 黄奎's avatar 黄奎

合同内容调整

parent 9adabe9b
...@@ -2103,7 +2103,10 @@ export const salesModule = { ...@@ -2103,7 +2103,10 @@ export const salesModule = {
CustomerStore: 'CustomerStore', CustomerStore: 'CustomerStore',
HYLB: 'Industry Category', HYLB: 'Industry Category',
IsLianYn: 'Intermodal or not', IsLianYn: 'Intermodal or not',
LYtime: 'intermodal time', goUnion:"Outbound intermodal transportation",
backUnion:"Return intermodal transportation",
LYtime: 'Outbound intermodal time',
backUnionTime:"Return intermodal time",
BackCity: 'Back to the city', BackCity: 'Back to the city',
TeamPrice: 'Unit price of the group', TeamPrice: 'Unit price of the group',
StartLY: 'departure rate', StartLY: 'departure rate',
......
...@@ -2014,7 +2014,10 @@ export const salesModule={ ...@@ -2014,7 +2014,10 @@ export const salesModule={
CustomerStore:'得意先店舗', CustomerStore:'得意先店舗',
HYLB:'業種別', HYLB:'業種別',
IsLianYn:'連絡運輸するかどうか', IsLianYn:'連絡運輸するかどうか',
LYtime:'れんうん時間', goUnion:"往路連絡輸送",
backUnion:"バックリンク",
LYtime:'トリップ接続時間',
backUnionTime:"バックホール連絡時間",
BackCity:'都市に戻る', BackCity:'都市に戻る',
TeamPrice:'団単価', TeamPrice:'団単価',
StartLY:'出発運賃', StartLY:'出発運賃',
......
...@@ -2088,7 +2088,10 @@ export const salesModule={ ...@@ -2088,7 +2088,10 @@ export const salesModule={
CustomerStore:'客戶門店', CustomerStore:'客戶門店',
HYLB:'行業類別', HYLB:'行業類別',
IsLianYn:'是否聯運', IsLianYn:'是否聯運',
LYtime:'聯運時間', goUnion:"去程聯運",
backUnion:"回程聯運",
LYtime:'去程聯運時間',
backUnionTime:"バックホール連絡時間",
BackCity:'返回都市', BackCity:'返回都市',
TeamPrice:'本團單價', TeamPrice:'本團單價',
StartLY:'出發聯運價', StartLY:'出發聯運價',
......
...@@ -2103,7 +2103,10 @@ export const salesModule={ ...@@ -2103,7 +2103,10 @@ export const salesModule={
CustomerStore:'客户门店', CustomerStore:'客户门店',
HYLB:'行业类别', HYLB:'行业类别',
IsLianYn:'是否联运', IsLianYn:'是否联运',
LYtime:'联运时间', goUnion:"去程联运",
backUnion:"回程联运",
LYtime:'去程联运时间',
backUnionTime:"回程联运时间",
BackCity:'返回城市', BackCity:'返回城市',
TeamPrice:'本团单价', TeamPrice:'本团单价',
StartLY:'出发联运价', StartLY:'出发联运价',
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
addMsg.DepartureCityId != priceObj.StartCityID && addMsg.DepartureCityId != priceObj.StartCityID &&
addMsg.DepartureCityId != '' addMsg.DepartureCityId != ''
" --> " -->
<el-form-item :label="$t('salesModule.IsLianYn')" prop="IsIntermodal"> <el-form-item :label="$t('salesModule.goUnion')" prop="IsIntermodal">
<el-switch v-model="addMsg.IsIntermodal" active-value="1" inactive-value="2" <el-switch v-model="addMsg.IsIntermodal" active-value="1" inactive-value="2"
@change="getUnionTravelPrice(priceObj, 1)"></el-switch> @change="getUnionTravelPrice(priceObj, 1)"></el-switch>
</el-form-item> </el-form-item>
...@@ -192,16 +192,15 @@ ...@@ -192,16 +192,15 @@
addMsg.ReturnArriveCityId != priceObj.ReturnArriveCityId && addMsg.ReturnArriveCityId != priceObj.ReturnArriveCityId &&
addMsg.ReturnArriveCityId != '' addMsg.ReturnArriveCityId != ''
"--> "-->
<el-form-item :label="$t('salesModule.IsLianYn')" prop="IsReturnIntermodal"> <el-form-item :label="$t('salesModule.backUnion')" prop="IsReturnIntermodal">
<el-switch v-model="addMsg.IsReturnIntermodal" active-value="1" inactive-value="2" <el-switch v-model="addMsg.IsReturnIntermodal" active-value="1" inactive-value="2"
@change="getUnionTravelPrice(priceObj, 2)"></el-switch> @change="getUnionTravelPrice(priceObj, 2)"></el-switch>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<!--返程联运时间 && <!--返程联运时间 &&
addMsg.ReturnArriveCityId != priceObj.ReturnArriveCityId--> addMsg.ReturnArriveCityId != priceObj.ReturnArriveCityId-->
<el-form-item :label="$t('salesModule.LYtime')" prop="IsReturnIntermodal" v-show=" <el-form-item :label="$t('salesModule.backUnionTime')" prop="IsReturnIntermodal" v-show="
addMsg.IsReturnIntermodal == 1 addMsg.IsReturnIntermodal == 1
"> ">
<el-date-picker :picker-options="pickerOptions1" v-model="addMsg.BackCityTime" value-format="yyyy-MM-dd" <el-date-picker :picker-options="pickerOptions1" v-model="addMsg.BackCityTime" value-format="yyyy-MM-dd"
......
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