单据类型上传设置

test
anthonywj 2 years ago
parent 4f8397fcb9
commit 9ff096566c

@ -330,6 +330,10 @@ export default {
}, },
addBusType() { addBusType() {
let selectedData = this.multipleSelection; let selectedData = this.multipleSelection;
selectedData.forEach(item => {
item.id = null
});
this.addBusDialogVisible = false; this.addBusDialogVisible = false;
let query = { let query = {
busTypes: selectedData, busTypes: selectedData,

@ -35,7 +35,7 @@
:value="item.action"> :value="item.action">
<span style="float: left;font-size: 13px">{{ item.name }}</span> <span style="float: left;font-size: 13px">{{ item.name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{ <span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{
item.remark item.action
}}</span> }}</span>
</el-option> </el-option>
</el-select> </el-select>

@ -35,7 +35,7 @@
:value="item.action"> :value="item.action">
<span style="float: left;font-size: 13px">{{ item.name }}</span> <span style="float: left;font-size: 13px">{{ item.name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{ <span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{
item.remark item.action
}}</span> }}</span>
</el-option> </el-option>
</el-select> </el-select>

Loading…
Cancel
Save