Commit 7dce7e9c authored by zhengke's avatar zhengke

修改

parent bbddb093
...@@ -231,6 +231,15 @@ ...@@ -231,6 +231,15 @@
</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-select filterable v-model='msg.IsCollectMoney' >
<el-option key="0" value="0" label="不限"></el-option>
<el-option key="1" value="1" label="已收齐"></el-option>
<el-option key="2" value="2" label="未收齐"></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row> </el-row>
</el-form> </el-form>
<ul class="clearfix"> <ul class="clearfix">
...@@ -329,6 +338,7 @@ export default { ...@@ -329,6 +338,7 @@ export default {
TCID:'', TCID:'',
CStartDate:'', CStartDate:'',
QEndDate:'', QEndDate:'',
IsCollectMoney:'0'
}, },
getCompanyMsg:{ // 公司 getCompanyMsg:{ // 公司
RB_Group_Id:'0', RB_Group_Id:'0',
......
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