| | |
| | | "path" : "pages/basics/logOut", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "退出登录", |
| | | "navigationBarTitleText": "Выход из системы", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | },{ |
| | |
| | | "path" : "pages/basics/matSelect", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "选择商品", |
| | | "navigationBarTitleText": "Выбор товара", |
| | | "enablePullDownRefresh": false |
| | | |
| | | } |
| | |
| | | </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> |
| | |
| | | @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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | | <!-- 商品列表 --> |
| | |
| | | clicked:'' |
| | | }, |
| | | { |
| | | name:'退出登录', |
| | | name:'Выход из системы', |
| | | icon:'close', |
| | | clicked:'' |
| | | }, |
| | |
| | | // cuIcon: 'safe' |
| | | // }, |
| | | { |
| | | title: '退出登录', |
| | | title: 'Выход из системы', |
| | | name: 'logOut', |
| | | color: 'grey', |
| | | cuIcon: 'exit' |
| | |
| | | <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"> |
| | |
| | | } |
| | | if(this.baseIP == undefined || this.baseIP == '' ) { |
| | | uni.showToast({ |
| | | title:'请先设置IP', |
| | | title:'Сначала настройте IP', |
| | | icon:'none' |
| | | }) |
| | | return; |
| | |
| | | uni.hideLoading(); |
| | | if (res.code == 200) { |
| | | uni.showToast({ |
| | | title: '登录成功', |
| | | title: 'Успешный вход', |
| | | position: 'bottom', |
| | | duration: 1000 |
| | | }); |
| | |
| | | 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'}) |
| | | }) |
| | | }, |