From 88e9bfa5ad9d3399863f3c44a190649bdb161234 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 二月 2026 16:59:55 +0800
Subject: [PATCH] 进销存升级app: 1.App手动新增销售台账时,客户合同号输入框去掉 2.开票台账无法进行编辑删除操作 3.APP手动开票时,提示提交失败,请重试 4.采购台账中有多个产品时(处于待审核状态),删除其中一个产品后保存。点击此采购台账,产品信息还是会回显已删除的产品
---
src/api/productionManagement/productionOrder.js | 60 ------------------------------------------------------------
1 files changed, 0 insertions(+), 60 deletions(-)
diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 956b6e7..ab3dc06 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -16,64 +16,4 @@
method: "post",
data: query,
});
-}
-// 鑷姩娲惧伐
-export function productionDispatchList(query) {
- return request({
- url: "/salesLedger/scheduling/productionDispatchList",
- method: "post",
- data: query,
- });
-}
-// 鑾峰彇鐐掓満姝e湪宸ヤ綔閲忔暟鎹�
-export function schedulingList(query) {
- return request({
- url: "/salesLedger/scheduling/list",
- method: "get",
- params: query,
- });
-}
-
-// 淇濆瓨鐐掓満璁剧疆
-export function addSpeculatTrading(data) {
- return request({
- url: "/salesLedger/scheduling/addSpeculatTrading",
- method: "post",
- data: data,
- });
-}
-
-// 淇敼鐐掓満璁剧疆
-export function updateSpeculatTrading(data) {
- return request({
- url: "/salesLedger/scheduling/updateSpeculatTrading",
- method: "post",
- data: data,
- });
-}
-
-// 鏌ヨ鎹熻�楃巼
-export function getLossRate() {
- return request({
- url: "/salesLedger/scheduling/loss",
- method: "get",
- });
-}
-
-// 鏂板鎹熻�楃巼
-export function addLossRate(data) {
- return request({
- url: "/salesLedger/scheduling/addLoss",
- method: "post",
- data: data,
- });
-}
-
-// 淇敼鎹熻�楃巼
-export function updateLossRate(data) {
- return request({
- url: "/salesLedger/scheduling/updateLoss",
- method: "post",
- data: data,
- });
}
\ No newline at end of file
--
Gitblit v1.9.3