Explorar o código

Modify status value

caojunjie %!s(int64=2) %!d(string=hai) anos
pai
achega
7fb158a32a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/InventoryManagement/inventory/index.vue

+ 1 - 1
src/views/InventoryManagement/inventory/index.vue

@@ -276,7 +276,7 @@ export default {
       let data = this.deepClone(Object.assign({}, params, this.search2));
       delete data.stockTime;
       data.billType = "RK"
-      data.status = 3
+      data.statuss = 5
       this.loading2 = true;
       data.pdStatus = 'PD'
       getList(page.currentPage, page.pageSize, data)