snow há 3 meses atrás
pai
commit
5f18ddccfd

+ 2 - 2
src/views/InvoiceSales/currentcyOrderRecord/detail.vue

@@ -5,10 +5,10 @@ import { useDetail } from "/@/hooks/core/useDetail";
 import { usePermission } from "/@/hooks/core/usePermission";
 import ReconciliationForm from "/@/components/ReconciliationForm";
 import { ElTabs, ElTabPane, ElCollapse, ElCollapseItem } from "element-plus"
+import { DefaultApprovalNode } from "/@/components/ApprovalNode";
+import { httpOldStatus } from "/@/api/purchase/orderRecord";
 import OrderForm from "./components/order-form.vue"
 import { useAsync } from "/@/hooks/core/useAsync";
-import { httpOldStatus } from "/@/api/purchase/orderRecord";
-import { DefaultApprovalNode } from "/@/components/ApprovalNode";
 import { useUserInfo } from "/@/hooks/core/useUser";
 
 const pageName = "currentcyOrderRecordDetail"

+ 5 - 0
src/views/InvoiceSales/invoiceApply/config/search.config.ts

@@ -44,6 +44,11 @@ const searchFormConfig: FormConfig = {
       type: "input",
       placeholder: "发票申请编码"
     },
+    {
+      field: "inv_number",
+      type: "input",
+      placeholder: "发票号码"
+    },
     {
       field: "c",
       type: "range",

+ 5 - 0
src/views/InvoiceSales/sheetOrderPool/config/content.config.ts

@@ -64,6 +64,11 @@ const columns = [
     minWidth: 130,
     ...renderIconLabelLeft("goodNo", "goodName", "商品编码:")
   },
+  {
+    label: "商品数量",
+    prop: "goodNum",
+    minWidth: 80,
+  },
   {
     label: "平台名称",
     prop: "platName",

+ 18 - 0
src/views/InvoiceSales/sheetOrderPool/config/frontColumns.ts

@@ -25,11 +25,29 @@ const columns = [
     prop: "platName",
     width: 100
   },
+  {
+    label: "平台订单号",
+    width: 100,
+    prop: "poCode"
+  },
+  {
+    label: "商品名称",
+    width: 100,
+    prop: "goodName"
+  },
   {
     label: "商品类型",
     width: 100,
     prop: "qrdType_name"
   },
+  {
+    label: '单价',
+    prop: 'goodPrice'
+  },
+  {
+    label: '数量',
+    prop: 'goodNum'
+  },
   {
     label: "发货状态",
     width: 100,