Commit 11e28235 authored by 罗超's avatar 罗超

更新制单要求

parent 3e5b2850
......@@ -34,9 +34,9 @@
<el-option label="二维码" value="1"></el-option>
<el-option label="团队收款" value="2"></el-option>
<el-option v-if='item.orderState===1' label="团队退款" value="3"></el-option>
<el-option label="团队小费" value="4"></el-option>
<el-option v-if="photoF" label="照片服务费" value="5"></el-option>
</el-select>
<el-option label="团队小费" value="4"></el-option>
<el-option v-if="photoF" label="照片服务费" value="5"></el-option>
</el-select>
</el-popover>
</div>
</template>
......@@ -131,24 +131,28 @@
}
});
} else if (this.value === '3') {
this.visible=false
let orderObj = {
OrderID:obj.orderId,//订单号
OrderSource:8,//12
Obj: {},
SourceID:obj.ID,//机票id
TCIDList: TCIDARR
}
this.$router.push({
name: 'ChoiceAddFinancialDocuments',
query:{
"Type":2,
"companyID":obj.outBranchId,//公司id
"path": "",
'blank':'y',
'orderObj':JSON.stringify(orderObj)
if(this.item.oP_Remarks && this.item.oP_Remarks!=""){
this.visible=false
let orderObj = {
OrderID:obj.orderId,//订单号
OrderSource:8,//12
Obj: {},
SourceID:obj.ID,//机票id
TCIDList: TCIDARR
}
});
this.$router.push({
name: 'ChoiceAddFinancialDocuments',
query:{
"Type":2,
"companyID":obj.outBranchId,//公司id
"path": "",
'blank':'y',
'orderObj':JSON.stringify(orderObj)
}
});
}else{
this.Error("请让OP先填写OP备注,说明退款情况");
}
}else if (this.value === '4') {
this.visible=false
let orderObj = {
......
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