From 359f2f3fd0da6d69474cce87353beb54bfdbf90c Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期四, 20 六月 2024 14:24:52 +0800
Subject: [PATCH] 概述->新建或编辑(出库/入库)信息,编辑的时候显示保存的成本单价和销售单价

---
 proto/purchase_wms.proto |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto
index 0ac4a1b..41044ef 100644
--- a/proto/purchase_wms.proto
+++ b/proto/purchase_wms.proto
@@ -2,6 +2,8 @@
 
 option go_package = "./purchase_wms";
 
+import "common.proto";
+
 service PurchaseService {
   rpc PurchaseToWms(PurchaseToWmsRequest) returns (PurchaseToWmsResponse);
   rpc UpdatePurchaseStatus(UpdatePurchaseStatusRequest) returns (UpdatePurchaseStatusResponse) {}
@@ -28,6 +30,8 @@
   int64 SupplierId = 4;//渚涘簲鍟唅d
   string WarehouseName = 5;//浠撳簱鍚嶇О
   repeated PurchaseProduct Product = 6;
+  OperationSource OperationSource = 7;
+  string SalesDetailsNumber = 8;
 }
 
 message PurchaseToWmsResponse {
@@ -40,6 +44,7 @@
 
 message UpdatePurchaseStatusRequest {
   string Number = 1;//閲囪喘缂栧彿
+  int64 Status = 2;//鐘舵��
 }
 
 message UpdatePurchaseStatusResponse {
@@ -129,6 +134,8 @@
 //--------------------------------------------------SrmGetOperationInfo---------------------------------------
 message SrmGetOperationInfoRequest{
   string number = 1;
+  OperationSource OperationSource = 2;
+  string SalesDetailsNumber = 3;
 }
 
 message SrmOperation{

--
Gitblit v1.8.0