Commit 8d9138cf authored by liudong1993's avatar liudong1993

1

parent 057f5937
......@@ -581,21 +581,16 @@
else{
// _orderSource 1 酒店 2餐厅 5 车资
let portTypeId=4;
if (_orderSource === 1 && _type === 2) {
id = [51, 52, 245, 246, 255, 267]
portTypeId=4;
} else if (_orderSource === 2 && _type === 2) {
id = [54, 55, 245, 246, 255, 267]
portTypeId=5;
} else if (_orderSource === 5 && _type === 2) {
id = [49, 50, 57, 58, 245, 246, 255, 267]
portTypeId=3;
id = [49, 50, 57, 58, 245, 246, 255, 267]
}
// 门票
else if (_orderSource === 3 && _type === 2) {
id = [88, 89, 245, 246, 255, 267]
portTypeId=6;
}
}
......@@ -642,6 +637,17 @@
}
});
}else{
let portTypeId=0;
//_orderSource 1 酒店 2餐厅 3 门票 5 车资
if (_orderSource === 1 && _type === 2) {
portTypeId=4;
} else if (_orderSource === 2 && _type === 2) {
portTypeId=5;
} else if (_orderSource === 5 && _type === 2) {
portTypeId=3;
} else if (_orderSource === 3 && _type === 2) {
portTypeId=6;
}
this.$router.push({
name: 'ChoiceAddFinancialDocuments',
query: {
......
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