From a6d24d0ddd506485648377011470c2a33ee79929 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期六, 12 四月 2025 13:06:00 +0800 Subject: [PATCH] 下单时互调可修改单位 --- src/components/do/a7-Ensure-results-validity/detailFormDialog.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue b/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue index acac5d6..69ece8f 100644 --- a/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue +++ b/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue @@ -13,7 +13,7 @@ <el-col :span="12"> <el-form-item label="璁″垝寮�灞曟椂闂�" prop="plannedTime"> <!-- <el-input v-model="form.plannedTime" size="small" clearable></el-input> --> - <el-date-picker v-model="form.plannedTime" class="date_box" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" + <el-date-picker v-model="form.plannedTime" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" size="small" type="date" value-format="yyyy-MM-dd"> </el-date-picker> </el-form-item> @@ -80,6 +80,9 @@ operationType: '', }; }, + mounted() { + + }, // 鏂规硶闆嗗悎 methods: { openDia(type, row) { @@ -91,6 +94,7 @@ }, searchInfo (row) { this.form = {...row} + console.log('this is current instance', this.form); }, // 鎻愪氦琛ㄥ崟 submitForm () { -- Gitblit v1.9.3