切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
2 years ago
提交
ace66aa3172652b2add6ea2e8c4fa83589974c6c
1 个父辈
4c792515
新增客户代码查询条件
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
12 行增加
和
0 行删除
src/views/deploy/inventroy.vue
src/views/deploy/inventroy.vue
查看文件 @
ace66aa
...
...
@@ -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,
...
...
请
注册
或
登录
后发表评论