Your Name 2 tahun lalu
induk
melakukan
16a7e21a07
2 mengubah file dengan 20 tambahan dan 0 penghapusan
  1. 19 0
      app/shop/database/sell_order.php
  2. 1 0
      app/shop/database/sign.php

+ 19 - 0
app/shop/database/sell_order.php

@@ -1023,5 +1023,24 @@ return array
             'type' => 'one',
             'col' => 'num',
         ),
+        'getExcel' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'start' => array('yes-cdate','>='),
+                'end' => array('yes-cdate','<='),
+                'fastart' => array('yes-fadate','>='),
+                'faend' => array('yes-fadate','<='),
+                'fstart' => array('yes-fdate','>='),
+                'fend' => array('yes-fdate','<='),
+                'shop_type' => 'yes',
+                'name' => 'yes',
+                'shop_id' => 'yes', 
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'col' => '*',
+        ),
     ),
 );

+ 1 - 0
app/shop/database/sign.php

@@ -546,6 +546,7 @@ return array
             'oper' => array('提交资料', 'shop/lib/sign.handle?sign_id={id}', '{step} == -1'),
             'fast' => array('打款确认', '"sign&where_id={id}&col=cash"', '{step} == 2'),
             'copy' => array('复制链接', 'shop/lib/sign.getAgreement?sign_id={id}', '{step} == 4'),
+            'oper' => array('重新生成合同', 'shop/lib/sign.getAgreement?sign_id={id}', '{step} == 4'),
             'list' => array('查看日志', '"sign_log&search_option_sign_id={id}&oper_table=sign"'),
             'fast1' => array('绑定门店', '"sign&where_id={id}&col=create_shop,shop_id"', '({step} == 5 || {step} == 6)'),
         )