From e1c5dd1b209b7f444dd86d686e83d6e9f76b5632 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 14 十月 2025 13:10:32 +0800
Subject: [PATCH] 生产管控-智能排产页面联调
---
src/views/production/operationScheduling/index.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/views/production/operationScheduling/index.vue b/src/views/production/operationScheduling/index.vue
index ff8b2a6..f44b496 100644
--- a/src/views/production/operationScheduling/index.vue
+++ b/src/views/production/operationScheduling/index.vue
@@ -2,12 +2,12 @@
<div class="app-container">
<!-- 鎼滅储琛ㄥ崟 -->
<el-form :inline="true" :model="queryParams" class="search-form">
- <el-form-item label="鎼滅储">
- <el-input
- v-model="queryParams.searchAll"
- placeholder="璇疯緭鍏ュ叧閿瘝"
- clearable
- />
+ <el-form-item label="鐘舵��">
+ <el-select style="width: 200px;" clearable v-model="queryParams.searchAll" placeholder="璇烽�夋嫨鐘舵��">
+ <el-option label="寰呮帓浜�" value="1"></el-option>
+ <el-option label="鎺掍骇涓�" value="2"></el-option>
+ <el-option label="宸叉帓浜�" value="3"></el-option>
+ </el-select>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleSearch">鏌ヨ</el-button>
@@ -107,7 +107,12 @@
}
},
{ prop: "producer", label: "鐢熶骇浜�", minWidth: 150 },
- { prop: "productionQuantity", label: "鐢熶骇鏁伴噺", minWidth: 120 },
+ { prop: "productionQuantity", label: "鎺掍骇鏁伴噺", minWidth: 120 },
+ { prop: "pendingQuantity", label: "宸叉帓浜ф暟閲�", minWidth: 120,
+ formatter: (row) => {
+ return row.pendingQuantity || '0';
+ }
+ },
{ prop: "laborCost", label: "浜哄伐鎴愭湰", minWidth: 150 },
{ prop: "energyConsumptionCost", label: "鑳借�楁垚鏈�", minWidth: 120 },
{ prop: "equipmentDepreciation", label: "璁惧鎶樻棫", minWidth: 143 },
--
Gitblit v1.9.3