查询条件

This commit is contained in:
liushuai
2018-11-19 09:50:08 +08:00
parent 613cacecb0
commit 305186058e
7 changed files with 12 additions and 50 deletions

View File

@@ -6,7 +6,7 @@
<span>时间段:</span>
<el-date-picker
v-model="startEndDate"
style="width:250px"
style="width:240px"
size="small"
type="daterange"
value-format="yyyy-MM-dd"
@@ -25,7 +25,7 @@
</el-option>
</el-select>
<span>采购员:</span>
<el-input v-model="buyerName" placeholder="请双击选择" size="small" readonly clearable style="width:100px" @dblclick.native="initBuyer();dialogVisible2=true;submitDisable=true;Buyer=0"/>
<el-input v-model="buyerName" placeholder="请双击选择" size="small" clearable style="width:120px" @dblclick.native="initBuyer();dialogVisible2=true;submitDisable=true;Buyer=0"/>
</el-row>
<el-row style="margin-top: 10px">
<span>供应商:</span>
@@ -144,7 +144,7 @@
<span>时间段:</span>
<el-date-picker
v-model="startEndDate"
style="width:250px"
style="width:240px"
size="small"
type="daterange"
value-format="yyyy-MM-dd"
@@ -163,7 +163,7 @@
</el-option>
</el-select>
<span>采购员:</span>
<el-input v-model="buyerName1" placeholder="请双击选择" size="small" readonly clearable style="width:100px" @dblclick.native="initBuyer();dialogVisible2=true;submitDisable=true;buyer=1"/>
<el-input v-model="buyerName1" placeholder="请双击选择" size="small" clearable style="width:120px" @dblclick.native="initBuyer();dialogVisible2=true;submitDisable=true;buyer=1"/>
</el-row>
<el-row style="margin-top: 10px">
<span>供应商:</span>