Commit 43241cb2 authored by Mac's avatar Mac

1

parent 08ac26c2
...@@ -683,7 +683,12 @@ ...@@ -683,7 +683,12 @@
</el-option> </el-option>
</el-select> </el-select>
</span></p> </span></p>
<p>
关联单号:
<span style="border-bottom: 1px solid #111;height: 34px;line-height: 34px;">
<el-input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^0-9\,]/,'')"/>
</span>
</p>
<template v-if="GetDetail.FrID!=0"> <template v-if="GetDetail.FrID!=0">
<p v-if="GetDetail.OrderSource==9&&GetDetail.SourceID>0">{{$t("fnc.gnpiaowu")}}<span <p v-if="GetDetail.OrderSource==9&&GetDetail.SourceID>0">{{$t("fnc.gnpiaowu")}}<span
class="_jump_page _font_bold" class="_jump_page _font_bold"
...@@ -874,6 +879,7 @@ ...@@ -874,6 +879,7 @@
InvoiceMoney:'0', InvoiceMoney:'0',
InvoiceRemark:'', InvoiceRemark:'',
EduCommissionEmp:'', EduCommissionEmp:'',
RelevanceFrId:'',//增加关联单号
}, },
detailList: { detailList: {
ID: 0, ID: 0,
......
...@@ -585,6 +585,12 @@ ...@@ -585,6 +585,12 @@
</el-option> </el-option>
</el-select> </el-select>
</span></p> </span></p>
<p>
关联单号:
<span style="border-bottom: 1px solid #111;height: 34px;line-height: 34px;">
<el-input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^0-9\,]/,'')"/>
</span>
</p>
</div> </div>
</div> </div>
<div class="_remark"> <div class="_remark">
...@@ -721,6 +727,7 @@ ...@@ -721,6 +727,7 @@
RB_DepartName:'', RB_DepartName:'',
OrderSource : 17, OrderSource : 17,
GuestId:"", GuestId:"",
RelevanceFrId:'',//增加关联单号
}, },
AccountNumber: '', AccountNumber: '',
queryAccMsg: { queryAccMsg: {
......
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