瀏覽代碼

Merge branch 'sit'

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

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


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


二進制
dist/static/js/chunk-f8cc0b40.69164517.js.gz → dist/static/js/chunk-f8cc0b40.d2cfae49.js.gz


+ 6 - 1
src/views/sellOut/sellReturn/columns.js

@@ -9,6 +9,11 @@ export default [
     label: "退货单编号",
     width: "160"
   },
+  {
+    prop: "orderCode",
+    label: "销售订单编号",
+    width: "160"
+  },
   {
     prop: "status",
     label: "状态",
@@ -17,7 +22,7 @@ export default [
   },
   {
     prop: "good_code",
-    label: "商品属性编码",
+    label: "商品成本编码",
     width: "160"
   },
   {

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