From 719e8f86102084f9c3716607b28e829c30c1e924 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 1 Nov 2023 15:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../virtual-list-test-cell/virtual-list-test-cell.vue | 10 ++++++++++ fe/PDA/main.js | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/fe/PDA/components/virtual-list-test-cell/virtual-list-test-cell.vue b/fe/PDA/components/virtual-list-test-cell/virtual-list-test-cell.vue index 6abc650e5..021b3e138 100644 --- a/fe/PDA/components/virtual-list-test-cell/virtual-list-test-cell.vue +++ b/fe/PDA/components/virtual-list-test-cell/virtual-list-test-cell.vue @@ -117,6 +117,11 @@ getInventoryStatusDesc, getInventoryTypeStyle } from '@/common/basic.js'; + + import { + getInventoryStatusArray + } from '@/common/array.js' + export default { name: "virtual-list-test-cell", props: { @@ -172,6 +177,11 @@ openEditCountDesc(item) { this.$emit("openEditCountDesc") }, + openEditCountDesc(item) { + this.$emit("bindPickerChange") + }, + + statusColor(val) { return getInventoryStatusDesc(val); diff --git a/fe/PDA/main.js b/fe/PDA/main.js index 060c034ae..a7df16dd5 100644 --- a/fe/PDA/main.js +++ b/fe/PDA/main.js @@ -10,10 +10,11 @@ import axios from 'axios'; let startApp = function() { console.log('startApp', 'startApp') uni.request({ - url: './static/config.json' + url: `./static/config.json?t=${new Date().getTime()}` }).then(res => { //在配置中读url,company等信息 Vue.prototype.$dev_url = res[1].data.params.dev; + console.log("请求地址",Vue.prototype.$dev_url) Vue.prototype.$companyCode = res[1].data.params.companyCode; Vue.prototype.$warehouseCode = res[1].data.params.warehouseCode; Vue.prototype.$putawayLocationTypes = res[1].data.params.putawayLocationTypes; //创建上架任务的库存类型