diff --git a/pages/stock/record.vue b/pages/stock/record.vue
index 536b11f..a5911aa 100644
--- a/pages/stock/record.vue
+++ b/pages/stock/record.vue
@@ -62,11 +62,13 @@
font-weight: bold;
display:flex;
align-items: center;
- &:after{
- content:"("attr(data-unit)")";
- font-size:20rpx;
- color:#999;
- margin-left:6rpx;
+ &.nz{
+ &:after{
+ content:"("attr(data-unit)")";
+ font-size:20rpx;
+ color:#999;
+ margin-left:6rpx;
+ }
}
}
}
@@ -95,8 +97,8 @@
-
-
+
+
@@ -104,7 +106,7 @@
批次号:{{v.inOutBatchNo}} {{v.inOutType}}
- {{v.substanceName}}
+ {{v.substanceName}}
{{v.supplier}} {{v.number}}{{v.packgeUnit}}(共{{v.equivalentAmount}}{{v.unit}})
@@ -123,7 +125,7 @@ export default {
enterpriseId: '',
pageNo:1,
pageSize:6,
- type:"nz"
+ type:"1"//1 农资,2 农产品
},
list:[],
total:0,