1
This commit is contained in:
parent
24ea235d00
commit
5b20454024
@ -116,11 +116,11 @@
|
||||
<el-input-number v-model="form.actualQuantity" placeholder="请输入实际盘点数量" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12">
|
||||
<!-- <el-col :lg="12">
|
||||
<el-form-item label="盘点时间" prop="checkDate">
|
||||
<el-date-picker v-model="form.checkDate" type="datetime" :teleported="false" placeholder="选择盘点时间"></el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
</el-form>
|
||||
<template #footer v-if="opertype != 3">
|
||||
@ -337,6 +337,7 @@ function submitForm() {
|
||||
proxy.$refs['formRef'].validate((valid) => {
|
||||
if (valid) {
|
||||
if (form.value.id != undefined && opertype.value === 2) {
|
||||
form.value.checkDate = proxy.dayjs().toDate()
|
||||
updateMmSlowMoveMaterial(form.value).then((res) => {
|
||||
proxy.$modal.msgSuccess('修改成功')
|
||||
open.value = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user