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. 12
      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://120.77.94.227: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://192.168.1.199:8030';

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

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

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

@ -26,7 +26,7 @@
style="border-radius: 20rpx;">
<view class="sh-card-title" style="border-radius: 20rpx;">
<!-- @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-item" width="60%" style="margin-top: 1vh;">
@ -60,7 +60,6 @@
</view> -->
</view>
<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;">
@ -176,10 +175,13 @@
},
methods: {
pickUp(){
console.log('释放点位了');
},
getData(){
this.$u.api.waitOutPlan(this.dataForm).then(res=>console.log(
this.$u.api.waitOutPlan(this.dataForm).then(res=>{
this.dataList=res.rows
))
})
},
cpnclick(item){
console.log('cpnclick', item)
@ -243,7 +245,7 @@
loadList() {
//
clearInterval(this.timer)
console.log(this.dataForm);
// console.log(this.dataForm);
this.timer =setTimeout(()=>{
//
let flag = true

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