Browse Source

2023-12-08 plm报价

master
zelian_wu 2 years ago
parent
commit
ea23e73489
  1. 10
      src/views/modules/quotation/sellForQuotation.vue
  2. 10
      src/views/modules/quotation/toBeQuoted.vue

10
src/views/modules/quotation/sellForQuotation.vue

@ -63,11 +63,6 @@
<el-col :span="11">
<el-form-item label="开始日期">
<el-date-picker
:picker-options="{
disabledDate : time => {
return searchData.endDate?new Date(searchData.endDate).getTime() < time.getTime():false
}
}"
value-format="yyyy-MM-dd"
style="width: 100%"
v-model="searchData.startDate"
@ -84,11 +79,6 @@
<el-col :span="11">
<el-form-item label="结束日期">
<el-date-picker
:picker-options="{
disabledDate : time => {
return searchData.startDate?time.getTime() < new Date(searchData.startDate).getTime():false
}
}"
value-format="yyyy-MM-dd"
style="width: 100%"
v-model="searchData.endDate"

10
src/views/modules/quotation/toBeQuoted.vue

@ -32,11 +32,6 @@
<el-col :span="11">
<el-form-item label="开始日期">
<el-date-picker
:picker-options="{
disabledDate : time => {
return searchData.endDate?new Date(searchData.endDate).getTime() < time.getTime():false
}
}"
value-format="yyyy-MM-dd"
style="width: 100%"
v-model="searchData.startDate"
@ -53,11 +48,6 @@
<el-col :span="11">
<el-form-item label="结束日期">
<el-date-picker
:picker-options="{
disabledDate : time => {
return searchData.startDate?time.getTime() < new Date(searchData.startDate).getTime():false
}
}"
value-format="yyyy-MM-dd"
style="width: 100%"
v-model="searchData.endDate"

Loading…
Cancel
Save