Mike 3 anos atrás
pai
commit
93c4fb0c5e
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      no_set_date_execute_detail_notice.py

+ 0 - 2
no_set_date_execute_detail_notice.py

@@ -133,8 +133,6 @@ if q2_result_count > 0: # 有執行項目(無預定完成日期)
             if r3['company'] is None:
                 r3['company'] = ''
 
-            print ('set_date = ' + r3['set_date']) # test
-
             if idx < 1:
                 html += "<tr><td rowspan='" + q3_result_count + "'>" + str(count) + "</td><td rowspan='" + q3_result_count + "'><a href='" + url + "' target='_blank'>" + r3['num'] + "</a></td><td rowspan='" + q3_result_count + "'>" + r3['company'] + "</td><td rowspan='" + q3_result_count + "'>" + str(r3['contract_time']) + "</td><td rowspan='" + q3_result_count + "'>" + r3['sales_man'] + "</td><td>" + r3['lv1'] + "_" + r3['lv2'] + "</td><tr>"