瀏覽代碼

Merge branch 'sit'

xiaodai2022 2 年之前
父節點
當前提交
f8f4012323

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-c056a142.d7500e93.js


二進制
dist/static/js/chunk-c056a142.4792741c.js.gz → dist/static/js/chunk-c056a142.d7500e93.js.gz


+ 3 - 3
src/views/purchaseIn/purchaseOrder/columns.js

@@ -171,9 +171,9 @@ const columns = [
 ]
 const statusOptions = [
   { value: "0", label: "待与供应商确认" },
-  { value: "1", label: "待发货" },
-  { value: "2", label: "部分发货" },
-  { value: "3", label: "发货完成" },
+  { value: "1", label: "待入库" },
+  { value: "2", label: "部分入库" },
+  { value: "3", label: "入库完成" },
   { value: "4", label: "已取消订单" },
 ];
 const order_type_options = [

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