Commit f01d4d91 authored by 康振飞's avatar 康振飞

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents ca3126bb 25cd92c6
...@@ -1438,5 +1438,15 @@ export default { ...@@ -1438,5 +1438,15 @@ export default {
productUrl:'产品图像url', productUrl:'产品图像url',
productUrlList:'产品图象列表', productUrlList:'产品图象列表',
},
order_list:{
mesCode:'订单编号',
status:'工单状态',
productName:'产品名称',
drawnNumber:'图号',
quantity:'生产数量',
beginTime:'开始时间',
endTime:'结束时间',
action:'操作'
} }
} }
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<Form ref="formInline" :model="easySearch" inline> <Form ref="formInline" :model="easySearch" inline>
<FormItem prop="keys"> <FormItem prop="keys">
<Input <Input
placeholder="请输入关键字客户名称/客户简称/邮政地址/负责人/办公电话/手机/客户类型/客户区域/备注/客户编码/行业" placeholder="请输入关键字客户名称/办公电话"
v-model="easySearch.keys.value" v-model="easySearch.keys.value"
search search
enter-button enter-button
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
easySearch: { easySearch: {
keys: { keys: {
op: op:
'name,abbre,address,principal,telephone,mobile,type,area,notes,code,trade', 'name,telephone',
value: null value: null
} }
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment