wupengfei преди 2 години
родител
ревизия
ba60c88237
променени са 3 файла, в които са добавени 6 реда и са изтрити 21 реда
  1. 4 3
      .idea/workspace.xml
  2. 2 2
      application/operate/controller/SupplierGoods.php
  3. 0 16
      vendor/zoujingli/think-library/src/Controller.php

+ 4 - 3
.idea/workspace.xml

@@ -3,6 +3,7 @@
   <component name="ChangeListManager">
     <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/operate/controller/SupplierGoods.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/SupplierGoods.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/vendor/zoujingli/think-library/src/Controller.php" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/zoujingli/think-library/src/Controller.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -168,7 +169,7 @@
       <workItem from="1661520525074" duration="602000" />
       <workItem from="1666574984353" duration="7852000" />
       <workItem from="1666659002848" duration="14268000" />
-      <workItem from="1666746114555" duration="8232000" />
+      <workItem from="1666746114555" duration="8574000" />
     </task>
     <servers />
   </component>
@@ -229,10 +230,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1336" y="460" key="com.jetbrains.php.test.PhpNewTestDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1659060797945" />
-    <state x="794" y="328" width="626" height="490" key="find.popup" timestamp="1659367391867">
+    <state x="794" y="328" width="626" height="490" key="find.popup" timestamp="1666763678650">
       <screen x="0" y="0" width="1920" height="1040" />
     </state>
-    <state x="794" y="328" width="626" height="490" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1659367391867" />
+    <state x="794" y="328" width="626" height="490" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1666763678650" />
     <state x="1058" y="441" width="617" height="490" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1658828723311" />
     <state x="741" y="254" key="run.anything.popup" timestamp="1666749191018">
       <screen x="0" y="0" width="1920" height="1040" />

+ 2 - 2
application/operate/controller/SupplierGoods.php

@@ -145,9 +145,9 @@ class SupplierGoods extends Controller
 
     protected function _form_result($id)
     {
-        $supplier_id = \app\common\model\SupplierGoods::where('id',$id)->value('supplier_id');
+       // $supplier_id = \app\common\model\SupplierGoods::where('id',$id)->value('supplier_id');
        // $this->redirect('@operate/supplier_goods/index',['id'=>$supplier_id,'spm'=>'m-277-294-296']);
-        $this->red2('/operate/supplier_goods/index.html?id='.$supplier_id.'&spm=m-277-294-296');
+       // $this->redirect('/operate/supplier_goods/index.html?id='.$supplier_id.'&spm=m-277-294-296');
     }
 
 }

+ 0 - 16
vendor/zoujingli/think-library/src/Controller.php

@@ -157,22 +157,6 @@ abstract class Controller extends \stdClass
         throw new HttpResponseException(redirect($url, $vars, $code));
     }
 
-
-    public function red2($url,$time=1000,$msg= '操作成功')
-    {
-        echo "<script>
-            var url = {$url};
-            var msg = {$msg};
-            var time = {$time};
-            layer.msg(msg);
-            setInterval(function() {
-                location.href = url;
-            location.reload();
-            },time)
-          
-</script>";
-    }
-
     /**
      * 返回视图内容
      * @param string $tpl 模板名称