优化出厂日期可以晚于采购日期与到货日期

This commit is contained in:
binbin_pan 2024-06-25 16:08:50 +08:00
parent 57417fc8be
commit 3616e79133
1 changed files with 2 additions and 15 deletions

View File

@ -381,17 +381,6 @@ export default {
}, },
} }
}, },
computed: {
pickerOptions() {
return {
disabledDate(time) {
const currentDate = new Date()
currentDate.setHours(0, 0, 0, 0)
return time.getTime() < currentDate.getTime()
},
}
},
},
// watch: { // watch: {
// 'maForm.purchaseTime'() { // 'maForm.purchaseTime'() {
// if (this.maForm.purchaseTime != '') { // if (this.maForm.purchaseTime != '') {
@ -704,10 +693,8 @@ export default {
}, },
// //
changeTimePurchase() { changeTimePurchase() {
this.queryParams.productionTime = '' //
this.equipmentList.forEach((item) => { this.maForm.arrivalTime = ''
this.$set(item, 'productionTime', '')
})
}, },
}, },
} }