Commit a6d1f4ef authored by liudong1993's avatar liudong1993
parents 1aefb22d 477312f0
...@@ -3113,6 +3113,7 @@ else if (Type==2) { ...@@ -3113,6 +3113,7 @@ else if (Type==2) {
name: path, name: path,
query: { query: {
id: res.data.data.TCIDs, id: res.data.data.TCIDs,
lineId:res.data.data.LineId,
isUpdate: false, isUpdate: false,
blank: 'y' blank: 'y'
} }
......
...@@ -2402,6 +2402,7 @@ ...@@ -2402,6 +2402,7 @@
name: path, name: path,
query: { query: {
id: res.data.data.TCIDs, id: res.data.data.TCIDs,
lineId:res.data.data.LineId,
isUpdate: false, isUpdate: false,
blank: 'y' blank: 'y'
} }
......
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
}).then(() => { }).then(() => {
this.apipost('Financial_post_DelKingdeeCurrency',msg, res => { this.apipost('Financial_post_DelKingdeeCurrency',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.getList(); this.getList();
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
this.addShow = false this.addShow = false
this.apipost('Financial_post_DelKingdeeItemForHP',msg, res => { this.apipost('Financial_post_DelKingdeeItemForHP',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.getList(); this.getList();
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
}).then(() => { }).then(() => {
this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => { this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.$emit('success'); this.$emit('success');
} else { } else {
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
}).then(() => { }).then(() => {
this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => { this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.$emit('success'); this.$emit('success');
} else { } else {
......
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
}).then(() => { }).then(() => {
this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => { this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.$emit('success'); this.$emit('success');
} else { } else {
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
}).then(() => { }).then(() => {
this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => { this.apipost('Financial_post_DelCostTypeKingdeeRelation',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.$emit('success'); this.$emit('success');
} else { } else {
......
...@@ -1182,7 +1182,7 @@ export default { ...@@ -1182,7 +1182,7 @@ export default {
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.addMsg.vorcherInos = this.saveMsg; this.addMsg.vorcherInos = this.saveMsg;
this.success(this.$t('tips.scchenggong')); this.Success(this.$t('tips.scchenggong'));
}); });
}, },
},mounted(){ },mounted(){
......
...@@ -1178,7 +1178,7 @@ export default { ...@@ -1178,7 +1178,7 @@ export default {
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.addMsg.vorcherInos = this.saveMsg; this.addMsg.vorcherInos = this.saveMsg;
this.success(this.$t('tips.scchenggong')); this.Success(this.$t('tips.scchenggong'));
}); });
}, },
},mounted(){ },mounted(){
......
...@@ -1306,11 +1306,11 @@ ...@@ -1306,11 +1306,11 @@
if(i!=12){ if(i!=12){
this.msg.CourseId = 1 this.msg.CourseId = 1
this.AccountPrompt = this.$t('objFill.shuruchanjiahdyhk') this.AccountPrompt = this.$t('objFill.shuruchanjiahdyhk')
this.msg.Course_Name = this.$t('objFill.yinhangkai') this.msg.Course_Name = '银行卡'//this.$t('objFill.yinhangkai')
}if(i==12){ }if(i==12){
this.msg.CourseId = 12 this.msg.CourseId = 12
this.AccountPrompt = this.$t('objFill.shuruchanjiahdptname') this.AccountPrompt = this.$t('objFill.shuruchanjiahdptname')
this.msg.Course_Name = this.$t('fnc.pingtai') this.msg.Course_Name = '平台'//this.$t('fnc.pingtai')
} }
if (!t) { if (!t) {
......
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="CreateTime" :label="$t('visa.v_creatDate')"> <el-table-column prop="CreateTime" :label="$t('visa.v_creatDate')">
</el-table-column> </el-table-column>
<el-table-column prop="DateStr" :label="$t('system.table_operation')"> width="120"> <el-table-column prop="DateStr" :label="$t('system.table_operation')" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-popconfirm @confirm="deleteFile(scope.row, scope.$index)" :title="$t('objFill.quedinscm')"> <el-popconfirm @confirm="deleteFile(scope.row, scope.$index)" :title="$t('objFill.quedinscm')">
<el-button slot="reference" class="editInfo" type="danger">{{$t('system.table_delete')}}</el-button> <el-button slot="reference" class="editInfo" type="danger">{{$t('system.table_delete')}}</el-button>
...@@ -884,6 +884,7 @@ ...@@ -884,6 +884,7 @@
this.userInfo.EmployeeId == 2773) { this.userInfo.EmployeeId == 2773) {
this.msg.QCountry = 651; this.msg.QCountry = 651;
this.isDisableCountry = true; this.isDisableCountry = true;
this.getProvinceList(this.msg.QCountry, 1);
} }
this.selectResource(); this.selectResource();
}, },
......
...@@ -390,7 +390,7 @@ export default { ...@@ -390,7 +390,7 @@ export default {
this.withdraw, this.withdraw,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.outerVisible = false; this.outerVisible = false;
this.initRoomList(); this.initRoomList();
} }
......
...@@ -785,7 +785,7 @@ ...@@ -785,7 +785,7 @@
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.outerVisible = false; this.outerVisible = false;
this.initAddMsg(); this.initAddMsg();
......
...@@ -967,7 +967,7 @@ ...@@ -967,7 +967,7 @@
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.nMsg.VoucherList = this.saveMsg; this.nMsg.VoucherList = this.saveMsg;
this.success(this.$t('tips.scchenggong')); this.Success(this.$t('tips.scchenggong'));
}); });
}, },
financeinfo_post_GetClientAccountList(ObjID, type) { //获取付款 对象类型 新增用 financeinfo_post_GetClientAccountList(ObjID, type) { //获取付款 对象类型 新增用
......
...@@ -514,7 +514,7 @@ ...@@ -514,7 +514,7 @@
response => { response => {
//修改添加接口 //修改添加接口
if (response.data.resultCode == 1) { if (response.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.goUrl("HotelManagement2"); this.goUrl("HotelManagement2");
} else { } else {
this.Error(response.data.message); this.Error(response.data.message);
......
...@@ -806,7 +806,7 @@ export default { ...@@ -806,7 +806,7 @@ export default {
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.outerVisible = false; this.outerVisible = false;
this.initAddMsg(); this.initAddMsg();
......
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
res => { res => {
this.isSubmit = true; this.isSubmit = true;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.czchenggong')) this.Success(this.$t('tips.czchenggong'))
this.getList() this.getList()
} else { } else {
this.Error('操作失败') this.Error('操作失败')
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="120" > <el-table-column fixed="right" :label="$t('system.table_operation')" width="120" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" > <el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)"> <img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="150" > <el-table-column fixed="right" :label="$t('system.table_operation')" width="150" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" > <el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)"> <img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<el-table-column prop="UpdateDate" label="操作时间" ></el-table-column> <el-table-column prop="UpdateDate" label="操作时间" ></el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="180" > <el-table-column fixed="right" :label="$t('system.table_operation')" width="180" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" > <el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)"> <img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<el-table-column prop="BrandName" label="品牌"> </el-table-column> <el-table-column prop="BrandName" label="品牌"> </el-table-column>
<el-table-column prop="CarNo" label="车牌号"> </el-table-column> <el-table-column prop="CarNo" label="车牌号"> </el-table-column>
<el-table-column prop="GuestNum" label="荷载人数"> </el-table-column> <el-table-column prop="GuestNum" label="荷载人数"> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="100" > <el-table-column :label="$t('system.table_operation')" width="100" >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="btn_check" style="display: inline-block; <div class="btn_check" style="display: inline-block;
margin: 0 0 0 10px; margin: 0 0 0 10px;
......
...@@ -441,7 +441,7 @@ export default { ...@@ -441,7 +441,7 @@ export default {
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.addMsg.ImageList.push(this.domainManager().ViittoFileUrl + x.data.FilePath); this.addMsg.ImageList.push(this.domainManager().ViittoFileUrl + x.data.FilePath);
this.success(this.$t('tips.scchenggong')); this.Success(this.$t('tips.scchenggong'));
}); });
}, },
......
...@@ -407,7 +407,7 @@ ...@@ -407,7 +407,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="100"> <el-table-column :label="$t('system.table_operation')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="small" type="primary" @click="deleteLine(scope.$index)">{{$t('system.table_delete')}}</el-button> <el-button size="small" type="primary" @click="deleteLine(scope.$index)">{{$t('system.table_delete')}}</el-button>
</template> </template>
...@@ -836,4 +836,3 @@ ...@@ -836,4 +836,3 @@
}; };
</script> </script>
\ No newline at end of file
...@@ -1014,7 +1014,7 @@ export default { ...@@ -1014,7 +1014,7 @@ export default {
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
}) })
this.addMsg.VorList = this.saveMsg; this.addMsg.VorList = this.saveMsg;
this.success(this.$t('tips.scchenggong')); this.Success(this.$t('tips.scchenggong'));
}); });
}, },
......
...@@ -766,7 +766,7 @@ ...@@ -766,7 +766,7 @@
this.apipost('bus_get_SetPlan_V2', this.PostData, res => { this.apipost('bus_get_SetPlan_V2', this.PostData, res => {
this.isSubmit = true; this.isSubmit = true;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.MsgBus.$emit('msg'); this.MsgBus.$emit('msg');
this.createTableData(); this.createTableData();
} else { } else {
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<p>{{scope.row.CreateDate}}</p> <p>{{scope.row.CreateDate}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('system.table_operation')"> width="165"> <el-table-column prop="" :label="$t('system.table_operation')" width="165">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="(scope.row.IsSeeAll==1&&userInfo.EmployeeId==scope.row.CreateBy)||scope.row.IsSeeAll==0"> <template v-if="(scope.row.IsSeeAll==1&&userInfo.EmployeeId==scope.row.CreateBy)||scope.row.IsSeeAll==0">
<el-tooltip class="item" effect="dark" :content="$t('visaT.Accountmanagement')" placement="top"> <el-tooltip class="item" effect="dark" :content="$t('visaT.Accountmanagement')" placement="top">
......
...@@ -731,7 +731,7 @@ ...@@ -731,7 +731,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.initDataTable(); this.initDataTable();
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.isShowDIv = false; this.isShowDIv = false;
this.clearInfo(); this.clearInfo();
......
...@@ -780,7 +780,7 @@ ...@@ -780,7 +780,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.initDataTable(); this.initDataTable();
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.isShowDIv = false; this.isShowDIv = false;
this.resetForm("addMsg"); this.resetForm("addMsg");
} else { } else {
......
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.outerVisible = false; this.outerVisible = false;
this.resetForm("addMsg"); this.resetForm("addMsg");
......
...@@ -966,7 +966,7 @@ import getters from '../../store/getters'; ...@@ -966,7 +966,7 @@ import getters from '../../store/getters';
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.resetForm("addMsg"); this.resetForm("addMsg");
this.lineCountryArr = []; this.lineCountryArr = [];
......
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.outerVisible = false; this.outerVisible = false;
this.initAddMsg(); this.initAddMsg();
......
...@@ -337,7 +337,7 @@ export default { ...@@ -337,7 +337,7 @@ export default {
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.success(this.$t('tips.saveYes')); this.Success(this.$t('tips.saveYes'));
this.getList(); this.getList();
this.outerVisible = false; this.outerVisible = false;
this.resetForm("addMsg"); this.resetForm("addMsg");
......
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