Commit 24b1ee5a authored by renjintao's avatar renjintao

aps

parent 9862fcaf
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<template slot="easySearch"></template> <template slot="easySearch"></template>
<template slot="searchBack"> <template slot="searchBack">
<Select placeholder="选择历史方案" style="width: 150px"></Select> <Select placeholder="选择历史方案" style="width: 150px"></Select>
<DatePicker type="date" placeholder="设置基准日期" style="width: 150px"></DatePicker> <DatePicker type="date" placeholder="设置基准日期" style="width: 150px" v-model="setTime"></DatePicker>
<a style="font-weight:bold" @click="addModal=true"> <a style="font-weight:bold" @click="addModal=true">
<Icon type="ios-options" size="14" />&nbsp;工序参数调整 <Icon type="ios-options" size="14" />&nbsp;工序参数调整
</a> </a>
...@@ -55,6 +55,7 @@ export default { ...@@ -55,6 +55,7 @@ export default {
easySearch: { easySearch: {
keys: { op: "notes", value: null } keys: { op: "notes", value: null }
}, },
setTime:'',
addModal: false, addModal: false,
editModal: false, editModal: false,
detailModal: false, detailModal: false,
......
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