diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index 13a1ada..6d7ae09 100644 --- a/pages/massif/plant_plan.vue +++ b/pages/massif/plant_plan.vue @@ -45,7 +45,7 @@ export default { {label:"无公害",value:'3'}, {label:"普通",value:'4'}, ]}, - plantBatch:{label:"种植批次号"}, + plantBatch:{label:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`CS${new Date().format('yyyyMMdd')}${new Date().getTime()}`}, principal:{label:"负责人"}, principalId:{label:"负责人身份证"}, productIntroduce:{label:"产品介绍",type:"textarea"},