소스 검색

入库申请 - 接口调整

unknown 1 주 전
부모
커밋
49fed87328
3개의 변경된 파일898개의 추가작업 그리고 760개의 파일을 삭제
  1. 6 0
      src/api/wms/output/inrequest.js
  2. 1 1
      src/views/rtkwms/inrequest/InRequestForm.vue
  3. 891 759
      yarn.lock

+ 6 - 0
src/api/wms/output/inrequest.js

@@ -56,6 +56,12 @@ export function getInRequest(id) {
         url: "/rtkwms/inout-request/get?id=" + id,
         method: "get",
     });
+} // 获得入库申请主
+export function getRequest(id) {
+    return request({
+        url: "/rtkwms/in-request/get?id=" + id,
+        method: "get",
+    });
 }
 // 获得入库申请主
 export function getStockPage(params) {

+ 1 - 1
src/views/rtkwms/inrequest/InRequestForm.vue

@@ -499,7 +499,7 @@ export default {
       if (id) {
         this.formLoading = true;
         try {
-          const res = await InRequestApi.getInRequest(id);
+          const res = await InRequestApi.getRequest(id);
           res.data.businessType = res.data.businessType
             ? res.data.businessType.toString()
             : "0";

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 891 - 759
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.