| | |
| | | placeholder="选择日期" |
| | | style="width: 100%" |
| | | :disabled="isView" |
| | | :picker-options="pickerOptionsBefore" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | |
| | | placeholder="选择日期" |
| | | style="width: 100%" |
| | | :disabled="isView" |
| | | :picker-options="pickerOptions" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | |
| | | quotationId: this.editCommonConfig.infomation.quotationId, |
| | | tableData: [], |
| | | isView: this.editCommonConfig.title === "查看", |
| | | thatMember: {} |
| | | thatMember: {}, |
| | | pickerOptions: { |
| | | disabledDate(time) { |
| | | return time.getTime() < Date.now() - 8.64e7; |
| | | }, |
| | | }, |
| | | pickerOptionsBefore:{ |
| | | disabledDate(time) { |
| | | return time.getTime() > Date.now(); |
| | | }, |
| | | } |
| | | } |
| | | }, |
| | | created() { |