From 76a8bfe84bac08b932f35a306b1fcac05133b755 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 16 六月 2026 10:23:34 +0800
Subject: [PATCH] feat: 销售订单放出是否生产
---
src/views/salesManagement/salesLedger/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/salesManagement/salesLedger/index.vue b/src/views/salesManagement/salesLedger/index.vue
index 86af284..be61035 100644
--- a/src/views/salesManagement/salesLedger/index.vue
+++ b/src/views/salesManagement/salesLedger/index.vue
@@ -722,7 +722,7 @@
</el-select>
</el-form-item>
</el-col>
-<!-- <el-col :span="12">
+ <el-col :span="12">
<el-form-item label="鏄惁鐢熶骇锛�"
prop="isProduction">
<el-radio-group v-model="productForm.isProduction">
@@ -732,7 +732,7 @@
:value="false" />
</el-radio-group>
</el-form-item>
- </el-col>-->
+ </el-col>
</el-row>
</el-form>
</FormDialog>
@@ -1740,7 +1740,7 @@
taxInclusiveTotalPrice: taxInclusiveTotalPrice,
taxExclusiveTotalPrice: taxExclusiveTotalPrice,
invoiceType: "澧炴櫘绁�",
- isProduction: true,
+ isProduction: false,
productId: p.productId,
productModelId: p.productModelId,
};
@@ -1796,7 +1796,7 @@
productOperationType.value = type;
productForm.value = {};
if (type === "add") {
- productForm.value.isProduction = true;
+ productForm.value.isProduction = false;
}
proxy.resetForm("productFormRef");
if (type === "edit") {
--
Gitblit v1.9.3