wupengfei 1 yıl önce
ebeveyn
işleme
adb17fe378

+ 1 - 3
.idea/workspace.xml

@@ -4,8 +4,6 @@
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/synth/controller/BillApply.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/controller/BillApply.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_apply/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_apply/form.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_apply/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_apply/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -329,7 +327,7 @@
       <workItem from="1684543423796" duration="10653000" />
       <workItem from="1684716593546" duration="15730000" />
       <workItem from="1684743465298" duration="6526000" />
-      <workItem from="1684802887863" duration="3062000" />
+      <workItem from="1684802887863" duration="3187000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/synth/controller/BillApply.php

@@ -81,7 +81,7 @@ class BillApply extends Controller
      */
     protected function _form_filter(&$data)
     {
-        if ($this->request->isGet() && $this->request->action() == 'detail'){
+        if ($this->request->isGet() && $this->request->action() == 'edit'){
             // 退款金额
             $refund_money = StoreOrderRefund::getRefundMoney($data['order_id'],1);
             $data['refund_money'] = $refund_money;