Commit ca255145 authored by liudong1993's avatar liudong1993

1 手配费收入调整

parent 31335d64
...@@ -88,7 +88,11 @@ ...@@ -88,7 +88,11 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4">
<el-form-item label="">
<el-checkbox :true-label="-1" :false-label="0" v-if="msg.HandFeeFrId<=0" v-model="msg.HandFeeFrId" style="margin-right:2px ;">只看未制单</el-checkbox>
</el-form-item>
</el-col>
</el-row> </el-row>
</el-form> </el-form>
<ul class="clearfix"> <ul class="clearfix">
...@@ -279,7 +283,7 @@ ...@@ -279,7 +283,7 @@
ClientID: '', //付款对象ID ClientID: '', //付款对象ID
Status: '-1', //状态 Status: '-1', //状态
KingdeeBranchId: 0, //当前登录人的公司 KingdeeBranchId: 0, //当前登录人的公司
HandFeeFrId: 0 HandFeeFrId: 0,
}, },
isRB_Depart_Id: false, isRB_Depart_Id: false,
getCompanyMsg: { // 公司 getCompanyMsg: { // 公司
......
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