| | |
| | | <view style="padding: 20rpx 40rpx;"> |
| | | <view> |
| | | <view v-for="item in HTechParams"> |
| | | <uni-tag :text="`${item.HTechParamName}:${item.HResult}`" type="primary" /> |
| | | {{ item["分组名称"] }} |
| | | <uni-row :gutter="3"> |
| | | <uni-col :span="8" v-for="unit in item['参数列表']"> |
| | | <view> |
| | | <uni-tag :text="`${unit.HTechParamName}:${unit.HResult}`" type="primary" /> |
| | | </view> |
| | | </uni-col> |
| | | </uni-row> |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | let { |
| | | data, |
| | | count, |
| | | Message |
| | | Message, |
| | | code |
| | | } = res.data |
| | | |
| | | if (count == 1) { |
| | | if (code == 1) { |
| | | // Object.assign(this.hform, { |
| | | // "HMaterID": data[0].HMaterID, |
| | | // "HMaterNumber": data[0].产品代码, |