yyb
3 天以前 81872c9b0c7896309062834790d7a05aee38af70
投料改原料登记
已修改5个文件
12 ■■■■ 文件已修改
common/http.api.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/feed/feedRecordList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/feed/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/feeding/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/sys/home/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/http.api.js
@@ -585,7 +585,7 @@
            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),
        },
pages/product/feed/feedRecordList.vue
@@ -1,7 +1,7 @@
<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">
pages/product/feed/index.vue
@@ -32,7 +32,7 @@
            </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>
pages/product/feeding/index.vue
@@ -2,7 +2,7 @@
  <view class="page">
    <view class="movewarehouse-index-bg" />
    <u-navbar
      title="投料"
      title="原料登记"
      :background="background"
      :border-bottom="false"
      :title-bold="true"
@@ -26,7 +26,7 @@
        <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>
pages/sys/home/index.vue
@@ -53,7 +53,7 @@
                            icon: 'five'
                        },
                        {
                            name: '投料',
                            name: '原料登记',
                            url: '/pages/product/feeding/index',
                            icon: 'ten'
                        },