From 8105c995b25c99c6ef38fc7af5fa5ab8efe71f18 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 23 Sep 2024 19:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=8D=E6=A4=8D=E8=AE=A1=E5=88=92=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=B9=E6=AC=A1=E5=8F=B7=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/plant_plan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index b5b46f1..d114213 100644 --- a/pages/massif/plant_plan.vue +++ b/pages/massif/plant_plan.vue @@ -46,7 +46,7 @@ export default { {label:"无公害",value:'3'}, {label:"普通",value:'4'}, ]}, - plantBatch:{label:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`ZZ${new Date().format('yyyyMMdd')}${new Date().getTime()}`}, + plantBatch:{label:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`ZZ${new Date().format('yyyyMMddhhmmss')}`}, principal:{label:"负责人",disabled:/^base_admin|^company_admin/.test(this.$store.getters.userInfo.roleCode)}, principalId:{label:"负责人身份证"}, productIntroduce:{label:"产品介绍",type:"textarea"},