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

更新制单要求

parent 3e5b2850
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
<el-option label="二维码" value="1"></el-option> <el-option label="二维码" value="1"></el-option>
<el-option label="团队收款" value="2"></el-option> <el-option label="团队收款" value="2"></el-option>
<el-option v-if='item.orderState===1' label="团队退款" value="3"></el-option> <el-option v-if='item.orderState===1' label="团队退款" value="3"></el-option>
<el-option label="团队小费" value="4"></el-option> <el-option label="团队小费" value="4"></el-option>
<el-option v-if="photoF" label="照片服务费" value="5"></el-option> <el-option v-if="photoF" label="照片服务费" value="5"></el-option>
</el-select> </el-select>
</el-popover> </el-popover>
</div> </div>
</template> </template>
...@@ -131,24 +131,28 @@ ...@@ -131,24 +131,28 @@
} }
}); });
} else if (this.value === '3') { } else if (this.value === '3') {
this.visible=false if(this.item.oP_Remarks && this.item.oP_Remarks!=""){
let orderObj = { this.visible=false
OrderID:obj.orderId,//订单号 let orderObj = {
OrderSource:8,//12 OrderID:obj.orderId,//订单号
Obj: {}, OrderSource:8,//12
SourceID:obj.ID,//机票id Obj: {},
TCIDList: TCIDARR 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)
} }
}); 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') { }else if (this.value === '4') {
this.visible=false this.visible=false
let orderObj = { 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