| | |
| | | materialRequisition: (params = {}) => vm.$u.get('/mes/jdat_wagonBalance/materialRequisition', params), |
| | | }, |
| | | feedingRecord: { |
| | | // 获取投料记录 |
| | | // 获取原料登记记录 |
| | | getFeedingRecord: (params = {}) => vm.$u.post('/mes/product/pdaProductInput', params), |
| | | deleteProductInput: (params = {}) => vm.$u.delete('/mes/product/deleteProductInput/' + params.id), |
| | | }, |
| | |
| | | <template> |
| | | <view class="page"> |
| | | <view class="productfeed-feedrecordlist-bg"/> |
| | | <u-navbar title="投料记录" :background="background" :border-bottom="false" :title-bold="true" title-color="#000" back-icon-color="#000"/> |
| | | <u-navbar title="原料登记记录" :background="background" :border-bottom="false" :title-bold="true" title-color="#000" back-icon-color="#000"/> |
| | | <view class="wrap"> |
| | | <scroll-view class="productfeed-feedrecordlist-scroll-list" scroll-y="true"> |
| | | <u-cell-group class="productfeed-feedrecordlist-scroll-list-group" :border="false"> |
| | |
| | | </view> |
| | | <view class="productfeed-index-param-item"> |
| | | <view class="productfeed-index-param-item-left"> |
| | | <text class="item-one">投料记录</text> |
| | | <text class="item-one">原料登记记录</text> |
| | | </view> |
| | | <view class="productfeed-index-param-item-right" @click="toFeedRecord()"> |
| | | <text class="item-three">去查看</text> |
| | |
| | | <view class="page"> |
| | | <view class="movewarehouse-index-bg" /> |
| | | <u-navbar |
| | | title="投料" |
| | | title="原料登记" |
| | | :background="background" |
| | | :border-bottom="false" |
| | | :title-bold="true" |
| | |
| | | <view class="packing-registration-param-item param-extra"> |
| | | <view class="packing-registration-param-item-left"> |
| | | <text class="item-one">{{ |
| | | `投料记录(${hasScanSnList.length}条):` |
| | | `原料登记记录(${hasScanSnList.length}条):` |
| | | }}</text> |
| | | </view> |
| | | </view> |
| | |
| | | icon: 'five' |
| | | }, |
| | | { |
| | | name: '投料', |
| | | name: '原料登记', |
| | | url: '/pages/product/feeding/index', |
| | | icon: 'ten' |
| | | }, |