Commit 24b1ee5a authored by renjintao's avatar renjintao

aps

parent 9862fcaf
......@@ -16,7 +16,7 @@
<template slot="easySearch"></template>
<template slot="searchBack">
<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">
<Icon type="ios-options" size="14" />&nbsp;工序参数调整
</a>
......@@ -55,6 +55,7 @@ export default {
easySearch: {
keys: { op: "notes", value: null }
},
setTime:'',
addModal: false,
editModal: 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