AGV搬运样式稍微调整

master
Mr.sun 2 years ago
parent 20a91eadcf
commit 70a774a0d3
  1. 1
      common/config.js
  2. 4
      manifest.json
  3. 6
      pages/AvgCarry/index.vue
  4. 2
      pages/login/login.vue
  5. 14
      pages/release/index.vue
  6. 1
      unpackage/cache/apk/apkurl

@ -11,6 +11,7 @@ const config = {
// config.baseUrl = 'http://192.168.1.199:8030'; // config.baseUrl = 'http://192.168.1.199:8030';
// config.baseUrl = 'http://120.77.94.227:8030' // config.baseUrl = 'http://120.77.94.227:8030'
config.baseUrl = 'http://127.0.0.1:8030'; config.baseUrl = 'http://127.0.0.1:8030';
// config.baseUrl = 'http://192.168.7.24:8030';
// config.baseUrl = 'http://120.77.94.227:8030'; // config.baseUrl = 'http://120.77.94.227:8030';
//现场 //现场
// config.baseUrl = 'http://192.168.1.199:8030'; // config.baseUrl = 'http://192.168.1.199:8030';

@ -1,6 +1,6 @@
{ {
"name" : "TEST-WMS", "name" : "TEST-cy1.01",
"appid" : "__UNI__45D882F", "appid" : "__UNI__250D830",
"description" : "", "description" : "",
"versionName" : "1.0.0.2", "versionName" : "1.0.0.2",
"versionCode" : 1, "versionCode" : 1,

@ -1,9 +1,9 @@
<template> <template>
<view class="sh-content" style="padding: 50rpx 50rpx;"> <view class="sh-content" style="padding: 50rpx 50rpx;">
<view class="task"> <view class="task" >
<span>扫描托盘条码</span> <span>扫描托盘条码:</span>
<u-input v-model="dataForm.containerCode" border style="background-color: #ffffff;" <u-input v-model="dataForm.containerCode" border style="background-color: #ffffff;margin-bottom: 20px;"
placeholder="请输入或输入要搬运的托盘条码" @confirm="changeCode()"></u-input> placeholder="请输入或输入要搬运的托盘条码" @confirm="changeCode()"></u-input>
<span>搬运起始点位:</span> <span>搬运起始点位:</span>

@ -64,7 +64,7 @@
userName: val, userName: val,
}) })
.then((res) => { .then((res) => {
console.log(res); // console.log(res);
let dataArry = res.data.baseBranchs; let dataArry = res.data.baseBranchs;
for (var i = 0; i < dataArry.length; i++) { for (var i = 0; i < dataArry.length; i++) {
var obj = { var obj = {

@ -26,7 +26,7 @@
style="border-radius: 20rpx;"> style="border-radius: 20rpx;">
<view class="sh-card-title" style="border-radius: 20rpx;"> <view class="sh-card-title" style="border-radius: 20rpx;">
<!-- @click="editBtn(index)" --> <!-- @click="editBtn(index)" -->
<image src="@/static/icon/edit.png" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> <!-- <image src="@/static/icon/edit.png" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> -->
<view class="card-content"> <view class="card-content">
<view class="card-content-item" width="60%" style="margin-top: 1vh;"> <view class="card-content-item" width="60%" style="margin-top: 1vh;">
@ -60,7 +60,6 @@
</view> --> </view> -->
</view> </view>
<u-popup v-model="show" width='90%' height="220px" :mask-close-able="false" :mask="true" @close="close" mode="center"> <u-popup v-model="show" width='90%' height="220px" :mask-close-able="false" :mask="true" @close="close" mode="center">
<view style="height: 44px;text-align: center;line-height: 44px;font-size: 18px;margin-bottom: 18px;"> <view style="height: 44px;text-align: center;line-height: 44px;font-size: 18px;margin-bottom: 18px;">
@ -176,10 +175,13 @@
}, },
methods: { methods: {
pickUp(){
console.log('释放点位了');
},
getData(){ getData(){
this.$u.api.waitOutPlan(this.dataForm).then(res=>console.log( this.$u.api.waitOutPlan(this.dataForm).then(res=>{
this.dataList=res.rows this.dataList=res.rows
)) })
}, },
cpnclick(item){ cpnclick(item){
console.log('cpnclick', item) console.log('cpnclick', item)
@ -243,7 +245,7 @@
loadList() { loadList() {
// //
clearInterval(this.timer) clearInterval(this.timer)
console.log(this.dataForm); // console.log(this.dataForm);
this.timer =setTimeout(()=>{ this.timer =setTimeout(()=>{
// //
let flag = true let flag = true

@ -1 +0,0 @@
https://ide.dcloud.net.cn/build/download/254ac8b0-b60c-11ee-893e-2d0f73999eb9
Loading…
Cancel
Save