Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
C
chinafrica
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
zhengfg
chinafrica
Commits
eb86162e
提交
eb86162e
authored
4月 08, 2020
作者:
zgy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
商品管理功能优化
上级
c7620757
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
21 行增加
和
17 行删除
+21
-17
tbcfstationitem.html
...min/src/main/webapp/WEB-INF/page/sys/tbcfstationitem.html
+21
-17
没有找到文件。
platform-admin/src/main/webapp/WEB-INF/page/sys/tbcfstationitem.html
浏览文件 @
eb86162e
...
@@ -124,9 +124,9 @@
...
@@ -124,9 +124,9 @@
margin-top
:
15px
;
margin-top
:
15px
;
margin-left
:
15px
;
margin-left
:
15px
;
}
}
.querydatas
{
.querydatas
{
margin-left
:
5px
;
margin-top
:
15px
;
margin-left
:
15px
;
}
}
.query
{
.query
{
...
@@ -283,35 +283,27 @@
...
@@ -283,35 +283,27 @@
<div
class=
"first"
>
<div
class=
"first"
>
<div
class=
"querydatas"
>
<div
class=
"querydatas"
>
<div
class=
"search-group"
>
<div
class=
"search-group"
>
<span>
<span>
商品编号:
商品编号:
<i-input
v-model=
"q.code"
@
on-enter=
"query"
placeholder=
"商品编号"
style=
"width:160px"
>
<i-input
v-model=
"q.code"
@
on-enter=
"query"
placeholder=
"商品编号"
style=
"width:160px"
>
</i-input>
</i-input>
</span>
</span>
<span>
<span>
商品名称:
商品名称:
<i-input
v-model=
"q.name"
@
on-enter=
"query"
placeholder=
"商品名称"
style=
"width:160px"
>
<i-input
v-model=
"q.name"
@
on-enter=
"query"
placeholder=
"商品名称"
style=
"width:160px"
>
</i-input>
</i-input>
</span>
</span>
<span>
<span>
供应商:
供应商:
<i-input
v-model=
"q.supplier"
@
on-enter=
"query"
placeholder=
"供应商"
style=
"width:160px"
>
<i-input
v-model=
"q.supplier"
@
on-enter=
"query"
placeholder=
"供应商"
style=
"width:160px"
>
</i-input>
</i-input>
</span>
</span>
<br/>
<span>
<br/>
创建人:
<i-select
v-model=
"q.creator"
@
on-enter=
"query"
placeholder=
"创建人"
style=
"width:160px"
>
<i-option
v-for=
"(el,i) in creatorList"
:key=
'i'
:value=
"el.userId"
>
{{el.userName}}
</i-option>
</i-select>
</span>
<span>
<span>
一级分类:
一级分类:
<i-select
v-model=
"q.itemCategory"
@
on-enter=
"query"
<i-select
v-model=
"q.itemCategory"
@
on-enter=
"query"
...
@@ -321,7 +313,7 @@
...
@@ -321,7 +313,7 @@
</i-option>
</i-option>
</i-select>
</i-select>
</span>
</span>
<span>
<span>
商品状态:
商品状态:
<i-select
v-model=
"q.status"
@
on-enter=
"query"
placeholder=
"商品状态"
style=
"width:160px"
>
<i-select
v-model=
"q.status"
@
on-enter=
"query"
placeholder=
"商品状态"
style=
"width:160px"
>
...
@@ -329,6 +321,18 @@
...
@@ -329,6 +321,18 @@
<i-option
value=
"2"
>
已下架
</i-option>
<i-option
value=
"2"
>
已下架
</i-option>
</i-select>
</i-select>
</span>
</span>
<span>
创建人:
<i-select
v-model=
"q.creator"
@
on-enter=
"query"
placeholder=
"创建人"
style=
"width:160px"
>
<i-option
v-for=
"(el,i) in creatorList"
:key=
'i'
:value=
"el.userId"
>
{{el.userName}}
</i-option>
</i-select>
</span>
</div>
</div>
<div
class=
"query"
>
<div
class=
"query"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论