qingyiay
2023-06-25 b9c8410f6d5c7efa7b7b2b374adb21649dd2f886
返回加减吨增加字段
3个文件已修改
50 ■■■■■ 已修改文件
api/globalApi.js 41 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/globalApi.js
@@ -75,14 +75,8 @@
        url: '/wrzs/userOperation/huoDaiList    ',
        method: 'GET'
    },
    //司机首页列表
    // qiangDanList: {
    //     url: "/wrzs/wx/qiangDanList",
    //     method: "GET"
    // },
    /**
     * @司机首页列表修改
     * @description  司机首页列表修改  河钢
     */
    qiangDanList: {
        url: '/wrzs/userOperation/qiangDanList',
@@ -132,20 +126,20 @@
        url: '/wrzs/userOperation/yuYue',
        method: 'POST'
    },
    //获取提煤单详情
    // getTakeCoal: {
    //     url: "/wrzs/wx/getTakeCoal",
    //     method: "GET"
    // },
    /**
     * @获取提煤单详情修改后
     * @description 获取提煤单详情  河钢
     */
    getTakeCoal: {
        url: '/wrzs/userOperation/getTakeCoal',
        method: 'GET'
    },
    /**
     * @description 查询产品 河钢
     */
    getJcProductList: {
        url: '/wrzs/jcproduct/getJcProductList',
        method: 'GET'
    },
    //    用户
    // 获取用户信息
    getUserEntity: {
@@ -217,14 +211,14 @@
    },
    /**
     * @签到
     * @description  签到
     */
    arrive: {
        url: '/wrzs/userOperation/arrive',
        method: 'POST'
    },
    /**
     * @入场申请
     * @description  入场申请
     */
    // 新增
    saveRCSQ: {
@@ -257,13 +251,22 @@
        method: 'POST'
    },
    /**
     * @称重
     * @description  称重 河钢
     */
    saveWeigh: {
        url: '/wrzs/userOperation/saveWeigh',
        method: 'POST'
    },
    // 获取称重信息
    /**
     * @description 复称  河钢
     */
    repeatCheck: {
        url: '/wrzs/jcgatestate/repeatCheck',
        method: 'POST'
    },
    /**
     * @description  获取称重信息 河钢
     */
    weighList: {
        url: '/wrzs/userOperation/weighList',
        method: 'GET'
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -124,7 +124,7 @@
                <view class="main-information"
                    v-if="weighList.orderType!=='转入'||weighList.orderType!=='转出'">
                    <view class="prefix">客户:</view>
                    <view class="suffix">{{ weighList.customerName }}</view>
                    <view class="suffix">{{ weighList.customerName|| '' }}</view>
                </view>
                <view class="main-information"
                    v-if="weighList.orderType!=='转入'||weighList.orderType!=='转出'">
@@ -446,7 +446,10 @@
                this.$reqPost('addAndSubtractCoal', {
                    deptId: this.weighData.deptId,
                    sceneId: this.weighData.sceneId,
                    carNo: this.weighData.carNo
                    carNo: this.weighData.carNo,
                    tmId: this.weighData.tmId,
                    filedId: this.weighData.filedId,
                    weigh: this.realTimeWeigh
                }, 'json').then(res => {
                    if (res.code == 0) {
                        this.$u.toast('操作成功,即将返回上一页');
pages/login/login.vue
@@ -20,7 +20,7 @@
        <view class="register"
            @click="registerClick"><text>注册</text></view>
        <view class="login-bottom-box">
            <view class="copyright">冀中能源无人值守微信小程序</view>
            <view class="copyright">无人值守微信小程序</view>
            <view class="copyright">小程序仅供已拥有系统账号特定内部人员使用</view>
        </view>
        <!-- 微信授权前的弹框 -->