|
|
@@ -765,7 +765,9 @@ onMounted(() => {
|
|
|
const currentYear = now.getFullYear()
|
|
|
const currentCentury = Math.floor(currentYear / 100) * 100
|
|
|
const endOfCenturyYear = currentCentury + 99
|
|
|
+
|
|
|
maxDate.value = new Date(endOfCenturyYear, 0, 1)
|
|
|
+ minDate.value = new Date(currentCentury, 0, 1)
|
|
|
|
|
|
console.log(warehouse)
|
|
|
|
|
|
@@ -1871,6 +1873,7 @@ function submit() {
|
|
|
const { quality, taskCode } = accumulateTaskMap[i]
|
|
|
messages.push(`进入${ownerName}新的${quality}攒单任务号${taskCode}`)
|
|
|
}
|
|
|
+
|
|
|
showConfirmDialog({
|
|
|
title: '提交成功',
|
|
|
message: messages.join('\r\n'),
|