From 5fcfed0c9e6dac85f680c705c9b20abad79e1324 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 19 十二月 2023 17:33:05 +0800 Subject: [PATCH] modified: src/const/website.js new file: src/page/PackingLedgerDetails/index.vue modified: src/router/page/index.js modified: src/views/plan/manufacturingorder/index.vue modified: src/views/quality/Packaging_ledger/index.vue modified: vue.config.js --- src/views/basic/location/location-form.vue | 29 ++++++++++++++++++++++++----- 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/views/basic/location/location-form.vue b/src/views/basic/location/location-form.vue index 8871e84..26c0b1c 100644 --- a/src/views/basic/location/location-form.vue +++ b/src/views/basic/location/location-form.vue @@ -134,10 +134,23 @@ <el-row> <el-col :span="12"> + <el-form-item label="鍒涘缓鏃堕棿" prop="createTime"> + <el-date-picker + readonly + style="width: 100%" + v-model="moment" + type="datetime" + placeholder="閫夋嫨鏃ユ湡鏃堕棿" + value-format="yyyy-MM-dd HH:mm:ss" + > + </el-date-picker> + </el-form-item> + </el-col> + <!-- <el-col :span="12"> <el-form-item label="IFS搴撲綅" prop="ifsLocationDesc" - > + > --> <!-- <el-select v-model="dataForm.ifsLocation" filterable @@ -152,13 +165,13 @@ > </el-option> </el-select> --> - <el-cascader + <!-- <el-cascader v-model="dataForm.ifsLocationDesc" :props="locationProps" style="width:100%" filterable ></el-cascader> </el-form-item> - </el-col> + </el-col> --> <el-col :span="12"> <el-form-item label="搴撲綅鐘舵��" prop="locStatus"> <el-switch @@ -169,7 +182,7 @@ </el-form-item> </el-col> </el-row> - <el-row> + <!-- <el-row> <el-col :span="12"> <el-form-item label="鍒涘缓鏃堕棿" prop="createTime"> <el-date-picker @@ -184,7 +197,7 @@ </el-form-item> </el-col> <el-col :span="12"> </el-col> - </el-row> + </el-row> --> </el-form> <span slot="footer" class="dialog-footer"> <el-button @click="visible = false">鍙栨秷</el-button> @@ -396,6 +409,9 @@ this.visible = false this.isSubmit = false this.$emit('refreshDataList') + }).catch(error=>{ + console.error(error); + this.isSubmit = false }) } else { addObj(this.dataForm).then((data) => { @@ -403,6 +419,9 @@ this.visible = false this.isSubmit = false this.$emit('refreshDataList') + }).catch(error=>{ + console.error(error); + this.isSubmit = false }) } } else { -- Gitblit v1.9.3