|
|
|
@ -192,8 +192,6 @@
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="addBusDialogVisible"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="float: right;margin-bottom: 10px;margin-right: 25px">
|
|
|
|
|
<el-button type="primary" size="small" @click="addBusType()">选入</el-button>
|
|
|
|
|
</div>
|
|
|
|
@ -267,6 +265,7 @@ export default {
|
|
|
|
|
checkSp: null,
|
|
|
|
|
checkChange: null,
|
|
|
|
|
checkBalacne: null,
|
|
|
|
|
orderSources: [],
|
|
|
|
|
busTypes: []
|
|
|
|
|
},
|
|
|
|
|
checkedBusTypes: [],
|
|
|
|
@ -323,8 +322,10 @@ export default {
|
|
|
|
|
this.inputQuery = row;
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//编辑提交 还没改完!
|
|
|
|
|
//编辑提交 还没改完!!!!!!
|
|
|
|
|
onModifySubmit() {
|
|
|
|
|
// this.$message.error(this.inputQuery.configQuery.orderSources);
|
|
|
|
|
//测试方法先注释一下
|
|
|
|
|
updateConfig(this.inputQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|