Commit 43241cb2 authored by Mac's avatar Mac

1

parent 08ac26c2
......@@ -683,7 +683,12 @@
</el-option>
</el-select>
</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">
<p v-if="GetDetail.OrderSource==9&&GetDetail.SourceID>0">{{$t("fnc.gnpiaowu")}}<span
class="_jump_page _font_bold"
......@@ -874,6 +879,7 @@
InvoiceMoney:'0',
InvoiceRemark:'',
EduCommissionEmp:'',
RelevanceFrId:'',//增加关联单号
},
detailList: {
ID: 0,
......
......@@ -585,6 +585,12 @@
</el-option>
</el-select>
</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 class="_remark">
......@@ -721,6 +727,7 @@
RB_DepartName:'',
OrderSource : 17,
GuestId:"",
RelevanceFrId:'',//增加关联单号
},
AccountNumber: '',
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