소스 검색

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

caojunjie 4 년 전
부모
커밋
83a3bc3ace
2개의 변경된 파일157개의 추가작업 그리고 426개의 파일을 삭제
  1. 36 0
      src/api/warehouseBusiness/warehouseOutStock.js
  2. 121 426
      src/views/warehouseBusiness/outStock/index.vue

+ 36 - 0
src/api/warehouseBusiness/warehouseOutStock.js

@@ -25,6 +25,42 @@ export function addWhgenleg(data) {
   })
 }
 
+// 货权转移提交
+export function warehouseSubmission(data) {
+  return request({
+    url: '/warehouseBusiness/outStock/warehouseSubmission',
+    method: 'post',
+    data: data
+  })
+}
+
+// 卸货接口
+export function disChargelist(data) {
+  return request({
+    url: '/warehouseBusiness/outStock/ischargeCargo',
+    method: 'post',
+    data: data
+  })
+}
+
+// 打印作业单
+export function addJoblist(data) {
+  return request({
+    url: '/warehouseBusiness/outStock/waitWarehousing',
+    method: 'post',
+    data: data
+  })
+}
+
+// 撤销出库
+export function updateCredit(data) {
+  return request({
+    url: '/warehouseBusiness/outStock/updateCredit',
+    method: 'post',
+    data: data
+  })
+}
+
 // 新增仓库主(出入库)
 export function addWarehousebills(data) {
   return request({

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 121 - 426
src/views/warehouseBusiness/outStock/index.vue


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