Commit 87e456e2 by lichengming

修改了客户线上委托按钮id

parent cb78192d
...@@ -67,25 +67,24 @@ export default { ...@@ -67,25 +67,24 @@ export default {
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: 'client-online-meter-client-online-entrust-his-add', id: 'meter-client-online-entrust-his-add',
name: '添加' name: '添加'
}, },
{ {
type: 'success', type: 'success',
id: 'client-online-meter-client-online-entrust-his-submit', id: 'meter-client-online-entrust-his-submit',
name: '提交' name: '提交'
} }
], ],
iconMsg: [ iconMsg: [
{ {
type: 'md-flask', type: 'md-flask',
id: id: 'meter-client-online-entrust-his-view-sample-o',
'client-online-meter-client-online-entrust-his-view-sample-operation',
name: '查看样品' name: '查看样品'
}, },
{ {
type: 'ios-clock', type: 'ios-clock',
id: 'client-online-meter-client-online-entrust-his-record-operation', id: 'meter-client-online-entrust-his-record-o',
name: '操作日志' name: '操作日志'
} }
], ],
......
...@@ -77,18 +77,18 @@ export default { ...@@ -77,18 +77,18 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'compose', type: 'compose',
id: 'client-online-meter-item-manage-edit-operation', id: 'client-online-meter-item-manage-edit-o',
name: '编辑' name: '编辑'
}, },
{ {
type: 'ios-copy', type: 'ios-copy',
id: 'client-online-meter-item-manage-copy-operation', id: 'client-online-meter-item-manage-copy-o',
name: '复制', name: '复制',
componentName: 'CopyModal' componentName: 'CopyModal'
}, },
{ {
type: 'trash-a', type: 'trash-a',
id: 'client-online-meter-item-manage-remove-operation', id: 'client-online-meter-item-manage-remove-o',
name: '删除' name: '删除'
} }
], ],
......
...@@ -85,12 +85,12 @@ export default { ...@@ -85,12 +85,12 @@ export default {
}, },
{ {
type: 'ios-flask-outline', type: 'ios-flask-outline',
id: 'client-online-meter-sample-manage-test-item-manage-operation', id: 'online-meter-sample-manage-test-item-manage-o',
name: '管理检测项目' name: '管理检测项目'
}, },
{ {
type: 'trash-a', type: 'trash-a',
id: 'client-online-meter-sample-manage-remove-operation', id: 'client-online-meter-sample-manage-remove-o',
name: '删除' name: '删除'
} }
], ],
...@@ -107,12 +107,12 @@ export default { ...@@ -107,12 +107,12 @@ export default {
}, },
{ {
type: 'success', type: 'success',
id: 'client-online-meter-sample-manage-subpackage-cancel', id: 'online-meter-sample-manage-subpackage-cancel',
name: '取消分包' name: '取消分包'
}, },
{ {
type: 'success', type: 'success',
id: 'client-online-meter-sample-manage-import-test-item', id: 'online-meter-sample-manage-import-test-item',
name: '导入检测项目' name: '导入检测项目'
} }
], ],
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<Input v-model="formObj.client" @on-enter="_formSearch" name="client" placeholder="请输入委托单位" clearable/> <Input v-model="formObj.client" @on-enter="_formSearch" name="client" placeholder="请输入委托单位" clearable/>
</Form-item> </Form-item>
<Form-item class="search-item" label="委托单号:"> <Form-item class="search-item" label="委托单号:">
<Input v-model="formObj.entrustCode" name="entrustCode" placeholder="请输入委托单号" clearable @on-enter="_formSearch"/> <Input v-model="formObj.entrustCode" @on-enter="_formSearch" name="entrustCode" placeholder="请输入委托单号" clearable/>
</Form-item> </Form-item>
<Form-item class="search-btn"> <Form-item class="search-btn">
<Button @click="_formSearch" type="primary">搜索</Button> <Button @click="_formSearch" type="primary">搜索</Button>
...@@ -65,16 +65,16 @@ export default { ...@@ -65,16 +65,16 @@ export default {
formId: 'meterSubcontractorFormId', formId: 'meterSubcontractorFormId',
searchOpen: true, searchOpen: true,
btn: [ btn: [
{ // {
type: 'success', // type: 'success',
id: 'meter-go-out-entrust-his-add', // id: 'meter-go-out-entrust-his-add',
name: '添加' // name: '添加'
}, // },
{ // {
type: 'success', // type: 'success',
id: 'meter-go-out-entrust-his-submit', // id: 'meter-go-out-entrust-his-submit',
name: '提交' // name: '提交'
} // }
], ],
iconMsg: [ iconMsg: [
{ {
......
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