作者 小范

新增客户代码查询条件

... ... @@ -22,6 +22,12 @@
<template slot="prepend">库位编号</template>
</el-input>
</el-col>
<el-col :span="6">
<el-input v-model="queryInfo.remark2" prefix-icon="el-icon-search" size="small" style="width: 280px"
placeholder="货物单号" clearable>
<template slot="prepend">客户代码</template>
</el-input>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
... ... @@ -127,6 +133,11 @@
width="120">
</el-table-column>
<el-table-column
prop="remark2"
label="客户代码"
width="100">
</el-table-column>
<el-table-column
prop="createdate"
label="创建时间">
</el-table-column>
... ... @@ -616,6 +627,7 @@
pageSize: 10,
starttime:'',
endtime:'',
remark2:''
},
creattime:'',
total: 0,
... ...