#
whycq
2024-04-08 7ed291f7f663d530284b35a6ae28c77ccb87d812
#
1个文件已添加
4个文件已修改
72 ■■■■■ 已修改文件
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/orderManage.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/pakinOrderSelect.vue 50 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,7 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20240408A",
    "versionName" : "20240408B",
    "versionCode" : "100",
    "transformPx" : false,
    /* 5+App特有相关 */
pages.json
@@ -570,6 +570,15 @@
                "enablePullDownRefresh" : false
            }
        }
        ,{
            "path" : "pages/phyz/order/pakinOrderSelect",
            "style" :
            {
                "navigationBarTitleText": "入库订单",
                "enablePullDownRefresh": false
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
pages/home/orderManage.vue
@@ -39,6 +39,13 @@
                        // cuIcon: 'pullup',
                        url: `/phyz/order/outOrder`
                    },
                    {
                        title: '入库单测试用',
                        name: 'outOrder',
                        color: 'blue',
                        // cuIcon: 'pullup',
                        url: `/phyz/order/pakinOrderSelect`
                    },
                ],
                colorList: ['cyan','blue','purple','mauve','pink','brown','red','orange','yellow','olive','olive','grey' ]
            };
pages/phyz/order/pakinOrderSelect.vue
New file
@@ -0,0 +1,50 @@
<template>
    <view class="container">
        <view class="code">
            <uni-search-bar :focus="searchValueFocus" v-model="searchValue"  @input="searchValueInput2()"
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 订单号">
            </uni-search-bar>
            <view class="code-title">
                <view></view>
                <view>单据列表</view>
                <view></view>
                <!-- <view @click="allChecked">{{allCheckBtnTitle}}</view> -->
            </view>
        </view>
    </view>
</template>
<script>
    export default {
        data(){
            return {
                baseUrl: '',
                token: '',
                searchValueFocus: true,
                searchValue: ''
            }
        },
        onShow() {
            this.baseUrl = uni.getStorageSync('baseUrl');
            this.token = uni.getStorageSync('token');
            this.getOrderDetlList()
        },
        methods: {
            getOrderDetlList() {
            },
            searchValueInput2() {
            },
            clear() {
            }
        }
    }
</script>
<style>
    @import url('../../../static/css/common/order.css');
</style>
pages/phyz/stationManage/stationDetl.vue
@@ -461,7 +461,7 @@
            doContainerMoveOut() {
                this.$refs.doContainerMoveOut.open()
            },
            containerMoveOutC() {
            containerMoveOutClose() {
                this.$refs.doContainerMoveOut.close()
            },
            containerMoveOut() {
@@ -474,7 +474,7 @@
                    success(res) {
                        res = res.data
                        if (res.code === 200) {
                            this.$refs.doContainerMoveOut.close()
                            _this.$refs.doContainerMoveOut.close()
                            setTimeout(()=> {
                                _this.barcode = ''
                                _this.reloadStation()