From 908555743c2c36d7e13a129f4ad78f3f69602489 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 16 十月 2025 09:14:17 +0800
Subject: [PATCH] 生产管控-生产订单添加随机排产功能
---
src/views/production/components/ProductionDetailsTable.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue
index 044a3f1..e017a4d 100644
--- a/src/views/production/components/ProductionDetailsTable.vue
+++ b/src/views/production/components/ProductionDetailsTable.vue
@@ -102,11 +102,11 @@
</template>
</el-table-column>
- <el-table-column label="閲囪喘鍗曚环" min-width="120">
+ <el-table-column label="閲囪喘鎬讳环" min-width="120">
<template #default="{ row, $index }">
<el-input
v-model="row.purchasePrice"
- placeholder="璇疯緭鍏ラ噰璐崟浠�"
+ placeholder="璇疯緭鍏ラ噰璐�讳环"
type="number"
@input="handleInput('purchasePrice', $index, $event)"
:disabled="isViewMode"
--
Gitblit v1.9.3