瀏覽代碼

调整出库页面

阿伏兔 4 年之前
父節點
當前提交
47257335a9
共有 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


部分文件因文件數量過多而無法顯示