| | |
| | | url: '/pages/weiwailingliaojiaoyan/form?OperationType=1', |
| | | id: 22, |
| | | hidden: false, |
| | | } |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon16.png', |
| | | text: '采购入库校验', |
| | | url: '/pages/caigourukujiaoyan/form?OperationType=1', |
| | | id: 23, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '检验报告', |
| | | url: `/pages/InnerHtmlPage/index?src=http://172.16.72.15:8999/index.aspx?name=${getUserInfo()['HICNumber']}&pageTitle=检验报告`, |
| | | id: 24, |
| | | hidden: false, |
| | | }, |
| | | ], |
| | | // itemData: [{ |
| | | // img: '../../static/icon/icon1.png', |
| | |
| | | id: 31, |
| | | hidden: !this.judgeHidden(), |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '检验报告', |
| | | url: `/pages/InnerHtmlPage/index?src=http://172.16.72.15:8999/index.aspx?name=${getUserInfo()['HICNumber']}&pageTitle=检验报告`, |
| | | id: 32, |
| | | hidden: false, |
| | | }, |
| | | // { |
| | | // img: '../../static/icon/icon8.png', |
| | | // text: '检验报告', |
| | | // url: `/pages/InnerHtmlPage/index?src=http://172.16.72.15:8999/index.aspx?name=${getUserInfo()['HICNumber']}&pageTitle=检验报告`, |
| | | // id: 32, |
| | | // hidden: false, |
| | | // }, |
| | | // { |
| | | // img: '../../static/icon/icon1.png', |
| | | // text: '设备档案查询', |
| | |
| | | <view class="detail"> |
| | | <text>物料代码:</text>{{item.物料代码}} |
| | | </view> |
| | | <view class="detail" v-if="item.总数量"> |
| | | <text>总数量:</text>{{item.总数量}} |
| | | </view> |
| | | <view class="detail" v-if="item.规格型号"> |
| | | <text>规格型号:</text>{{item.规格型号}} |
| | | </view> |
| | |
| | | <view class="detail" v-if="item.辅助属性"> |
| | | <text>辅助属性:</text>{{item.辅助属性}} |
| | | </view> |
| | | <view class="detail" v-if="item.款号"> |
| | | <text>款号:</text>{{item.款号}} |
| | | </view> |
| | | <view class="detail" v-if="item.生产订单号"> |
| | | <text>生产订单号:</text>{{item.生产订单号}} |
| | | </view> |
| | | |
| | | </view> |
| | | </uni-card> |
| | | </view> |