From 6a0aeaa2a20ef9ca45dae185d1d9f0ab606249dd Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 09 十二月 2025 15:05:18 +0800
Subject: [PATCH] fix: 绞线领用:盘具厂家和芯线厂家区分一下(PC+PDA)
---
src/pages/production/twist/receive/plate/form.vue | 2 +-
src/manifest.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 3e6766c..0802486 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,7 +2,7 @@
"name" : "绾跨紗涓婃姤",
"appid" : "__UNI__F64E0A4",
"description" : "",
- "versionName" : "1.0.24",
+ "versionName" : "1.0.25",
"versionCode" : "100",
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
diff --git a/src/pages/production/twist/receive/plate/form.vue b/src/pages/production/twist/receive/plate/form.vue
index 1d4c19e..ed1b5e1 100644
--- a/src/pages/production/twist/receive/plate/form.vue
+++ b/src/pages/production/twist/receive/plate/form.vue
@@ -136,7 +136,7 @@
// 鍔犺浇鍘傚瀛楀吀鏁版嵁
const loadSupplierDict = async () => {
try {
- const res = await ManageApi.dictAPI("factory");
+ const res = await ManageApi.dictAPI("reel_factory");
if (res.data && Array.isArray(res.data)) {
supplierOptions.value = res.data.map((item: any) => ({
label: item.dictLabel || "",
--
Gitblit v1.9.3