diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index 6d7ae09..41aa3c8 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:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`CS${new Date().format('yyyyMMdd')}${new Date().getTime()}`}, + plantBatch:{label:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`ZZ${new Date().format('yyyyMMdd')}${new Date().getTime()}`}, principal:{label:"负责人"}, principalId:{label:"负责人身份证"}, productIntroduce:{label:"产品介绍",type:"textarea"}, diff --git a/pages/purchase/specs.vue b/pages/purchase/specs.vue index b852213..9016643 100644 --- a/pages/purchase/specs.vue +++ b/pages/purchase/specs.vue @@ -236,7 +236,7 @@ export default{ this.formData.detailedParentName=detail.detailedParentName this.formData.supplier=detail.supplier }) - this.formData.goodsId=options.id + this.formData.goodsId=options.goodsId this.setGoodsVal() }, methods:{ diff --git a/pages/stock/list.vue b/pages/stock/list.vue index b00e9a5..f8af516 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -5,6 +5,14 @@ padding:30rpx 0; .card{ margin-top:0; + &>.title{ + display:flex; + align-items: center; + justify-content: space-between; + text:nth-child(2){ + color:#777; + } + } } &>.fertilizer{ &>.name{ @@ -44,12 +52,12 @@ &:first-child{ flex-shrink: 0; font-size:20rpx; - color:#707070; + color:#FBA83C; } &:nth-child(2){ - margin:auto; + margin-left:20rpx; font-size:20rpx; - color:#FBA83C; + color:#707070; } } } @@ -163,19 +171,19 @@ - 化肥 - 中量元素水溶肥 + {{detail.agriculturalGoods}} + {{detail.substanceName}} - 云南云天化股份有限公司 - 微量元素肥 + {{detail.detailType}} + {{detail.supplierName}} - - 规格 + + 规格 {{detail.specDescribe}} + + + + @@ -214,43 +236,65 @@