pang.jiabao
2025-04-14 bad10e1f9e91992e5b8f9bed7892dca4c2db7181
界面翻译为俄语
9个文件已修改
26 ■■■■ 已修改文件
pages.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/matQuery.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/matSelect.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/order.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/pakin.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/stockQuery.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/demo/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -84,7 +84,7 @@
            "path" : "pages/basics/logOut",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "退出登录",
                "navigationBarTitleText": "Выход из системы",
                "enablePullDownRefresh": false
            }
        },{
@@ -99,7 +99,7 @@
            "path" : "pages/basics/matSelect",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "选择商品",
                "navigationBarTitleText": "Выбор товара",
                "enablePullDownRefresh": false
                
            }
pages/basics/matQuery.vue
@@ -30,7 +30,7 @@
        </view>
        <view class="foot flex justify-center">
            <label>
                <button class="cu-btn bg-blue" @click="back()">提取</button>
                <button class="cu-btn bg-blue" @click="back()">Извлечение</button>
            </label>
        </view>
    </scroll-view>
pages/basics/matSelect.vue
@@ -27,7 +27,7 @@
                    @click="findBySelect(item.matnr)">
                    <view class="demo-list-right">
                        <view class="tag">
                            <view class="cu-tag bg-cyan ">商品</view>
                            <view class="cu-tag bg-cyan ">Товар</view>
                        </view>
                        <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.matnr}}</text></view>
                        <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.maktx}}</text></view>
pages/basics/order.vue
@@ -32,7 +32,7 @@
            <view class="square-1">
                <view class="square-title">
                    <view class="title-sign"><view class="sign"></view></view>
                    <view class="title-text"><text>商品列表</text></view>
                    <view class="title-text"><text>Список товаров</text></view>
                    <view v-show="matList.length != 0" class="lable">
                        <label class="label-btn" style="width: 170rpx;line-height: 95rpx;"  >
                            <checkbox :checked="check" @click="allChecked()">{{checkText}}</checkbox>
pages/basics/pakin.vue
@@ -37,7 +37,7 @@
            <view class="square-1">
                <view class="square-title">
                    <view class="title-sign"><view class="sign"></view></view>
                    <view class="title-text"><text>商品列表</text></view>
                    <view class="title-text"><text>Список товаров</text></view>
                    <!-- <label v-show="matList.length != 0" style="float: right;margin-right: 20px;margin-top: 13px;"><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove()"></uni-icons></label> -->
                </view>
            </view>
pages/basics/stockQuery.vue
@@ -22,7 +22,7 @@
        <view class="square-1">
            <view class="square-title">
                <view class="title-sign"><view class="sign"></view></view>
                <view class="title-text"><text>商品列表</text></view>
                <view class="title-text"><text>Списоктоваров</text></view>
            </view>
        </view>
        <!-- 商品列表 -->
pages/demo/index.vue
@@ -33,7 +33,7 @@
                        clicked:''
                    },
                    {
                        name:'退出登录',
                        name:'Выход из системы',
                        icon:'close',
                        clicked:''
                    },
pages/index/index.vue
@@ -91,7 +91,7 @@
                    //     cuIcon: 'safe'
                    // },
                    {
                        title: '退出登录',
                        title: 'Выход из системы',
                        name: 'logOut',
                        color: 'grey',
                        cuIcon: 'exit'
pages/login/login.vue
@@ -57,7 +57,7 @@
                        <input v-model="PORT" type="text" placeholder="8080" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                    </view>
                    <view class="config-item">
                        <text>项目:</text>
                        <text>Проект:</text>
                        <input v-model="PROJECT" type="text" placeholder="elswms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                    </view>
                    <view class="flex justify-around">
@@ -246,7 +246,7 @@
                }
                if(this.baseIP == undefined || this.baseIP == '' ) {
                    uni.showToast({
                        title:'请先设置IP',
                        title:'Сначала настройте IP',
                        icon:'none'
                    })
                    return;
@@ -281,7 +281,7 @@
                        uni.hideLoading();
                        if (res.code == 200) {
                            uni.showToast({
                                title: '登录成功',
                                title: 'Успешный вход',
                                position: 'bottom',
                                duration: 1000
                            });
@@ -314,7 +314,7 @@
                var info = plus.push.getClientInfo();
                var cid = info.clientid;
                this.$http.get("/sys/user/saveClientId",{params:{clientId:cid}}).then(res=>{
                    this.$tip.success('登录成功!')
                    this.$tip.success('Успешный вход!')
                    this.$Router.replaceAll({name:'index'})
                })
            },