正在显示
1 个修改的文件
包含
12 行增加
和
0 行删除
| @@ -22,6 +22,12 @@ | @@ -22,6 +22,12 @@ | ||
| 22 | <template slot="prepend">库位编号</template> | 22 | <template slot="prepend">库位编号</template> |
| 23 | </el-input> | 23 | </el-input> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | + <el-col :span="6"> | ||
| 26 | + <el-input v-model="queryInfo.remark2" prefix-icon="el-icon-search" size="small" style="width: 280px" | ||
| 27 | + placeholder="货物单号" clearable> | ||
| 28 | + <template slot="prepend">客户代码</template> | ||
| 29 | + </el-input> | ||
| 30 | + </el-col> | ||
| 25 | </el-row> | 31 | </el-row> |
| 26 | <el-row> | 32 | <el-row> |
| 27 | <el-col :span="12"> | 33 | <el-col :span="12"> |
| @@ -127,6 +133,11 @@ | @@ -127,6 +133,11 @@ | ||
| 127 | width="120"> | 133 | width="120"> |
| 128 | </el-table-column> | 134 | </el-table-column> |
| 129 | <el-table-column | 135 | <el-table-column |
| 136 | + prop="remark2" | ||
| 137 | + label="客户代码" | ||
| 138 | + width="100"> | ||
| 139 | + </el-table-column> | ||
| 140 | + <el-table-column | ||
| 130 | prop="createdate" | 141 | prop="createdate" |
| 131 | label="创建时间"> | 142 | label="创建时间"> |
| 132 | </el-table-column> | 143 | </el-table-column> |
| @@ -616,6 +627,7 @@ | @@ -616,6 +627,7 @@ | ||
| 616 | pageSize: 10, | 627 | pageSize: 10, |
| 617 | starttime:'', | 628 | starttime:'', |
| 618 | endtime:'', | 629 | endtime:'', |
| 630 | + remark2:'' | ||
| 619 | }, | 631 | }, |
| 620 | creattime:'', | 632 | creattime:'', |
| 621 | total: 0, | 633 | total: 0, |
-
请 注册 或 登录 后发表评论