|
@@ -21,6 +21,28 @@ return [
|
|
1 => 38,
|
|
1 => 38,
|
|
5 => 45,
|
|
5 => 45,
|
|
],
|
|
],
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "wx/customerList" => 16,
|
|
|
|
+ "wx/customerAdd" => 16,
|
|
|
|
+ "wx/customerEdit" => 16,
|
|
|
|
+ "wx/paymentReceiptList" => 48,
|
|
|
|
+ "wx/salesOrderList" => [
|
|
|
|
+ 'key' => 'order_list',
|
|
|
|
+ 'array' => [
|
|
|
|
+ 1 => 37,
|
|
|
|
+ 2 => 43,
|
|
|
|
+ ],
|
|
|
|
+ ],
|
|
|
|
+ "wx/invoiceOrderList" => 36,
|
|
|
|
+ "wx/ReturnExchangeOrderList" => 35,
|
|
|
|
+ "wx/constructionList" => 34,
|
|
|
|
+ "wx/purchaseOrderList" => [
|
|
|
|
+ 'key' => 'order_type',
|
|
|
|
+ 'array' => [
|
|
|
|
+ 1 => 38,
|
|
|
|
+ 5 => 45,
|
|
|
|
+ ],
|
|
]
|
|
]
|
|
];
|
|
];
|
|
|
|
|