#
whycq
2024-05-18 18bcafd925c5252a040b15136fe30164152e4f09
#
4个文件已修改
1个文件已添加
51 ■■■■ 已修改文件
pages.json 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/wrkMastManage.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpDbList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpDbOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/wrkMast/DBList.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -463,7 +463,7 @@
            "path" : "pages/home/wrkMastManage",
            "style" : 
            {
                "navigationBarTitleText" : "工作档",
                "navigationBarTitleText" : "任务管理",
                "enablePullDownRefresh" : false
            }
        },
@@ -729,6 +729,13 @@
                "navigationBarTitleText" : "调拨任务管理",
                "enablePullDownRefresh" : false
            }
        },
        {
            "path" : "pages/phyz/wrkMast/DBList",
            "style" :
            {
                "navigationBarTitleText" : "调拨任务管理"
            }
        }
    ],
    "globalStyle": {
pages/home/wrkMastManage.vue
@@ -25,13 +25,13 @@
                elements: [],
                project: 'tzsk',
                elements2: [
                    // {
                    //     title: '工作档查询维护',
                    //     name: 'wrkMast',
                    //     color: 'blue',
                    //     // cuIcon: 'pullup',
                    //     url: `/phyz/wrkMast/wrkMast`
                    // },
                    {
                        title: '工作档查询维护',
                        name: 'wrkMast',
                        color: 'blue',
                        // cuIcon: 'pullup',
                        url: `/phyz/wrkMast/wrkMast`
                    },
                    // {
                    //     title: '工作历史档维护',
                    //     name: 'wrkMastLog',
pages/phyz/bcp/bcpDbList.vue
@@ -283,7 +283,7 @@
                let _this = this
                let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType}
                uni.request({
                    url: `${_this.baseUrl}/agvMobile/agv/v1/locMove`,
                    url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`,
                    header: {'token': uni.getStorageSync('token'),},
                    data: param,
                    method: 'POST',
@@ -312,7 +312,7 @@
    @import url('../../../static/css/common/order.css');
    
    .station {
        position: fixed;
        /* position: fixed; */
        font-size: 18px;
        width: 96%;
        padding: 24rpx;
pages/phyz/bcp/bcpDbOrder.vue
@@ -20,7 +20,7 @@
                <view>类型:{{orderDetl.brand}}</view>
                <view>调拨总量:{{orderDetl.anfme}}</view>
                <view>库存数量:{{orderDetl.stock}}</view>
                <view>已完成数量:{{orderDetl.qty}}</view>
                <view>已调拨数量:{{orderDetl.qty}}</view>
            </view>
            <view class="list-right" @click="goToLocDetl(orderDetl)">
                <uni-icons type="right" size="25"  color="#fff"></uni-icons>
pages/phyz/wrkMast/DBList.vue
New file
@@ -0,0 +1,22 @@
<template>
    <view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
            }
        },
        methods: {
        }
    }
</script>
<style>
</style>