wupengfei 1 年之前
父節點
當前提交
033b348856

+ 2 - 4
.idea/workspace.xml

@@ -4,9 +4,7 @@
     <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$/application/operate/view/supplier_classify/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/supplier_classify/index.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/view/supplier_classify/second.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/supplier_classify/second.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/view/supplier_goods/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/supplier_goods/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/supplier_goods/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/supplier_goods/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -385,7 +383,7 @@
       <workItem from="1690246325106" duration="23791000" />
       <workItem from="1690332708631" duration="20337000" />
       <workItem from="1690419501541" duration="21049000" />
-      <workItem from="1690505259271" duration="5414000" />
+      <workItem from="1690505259271" duration="6380000" />
     </task>
     <servers />
   </component>

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

@@ -7,7 +7,7 @@ use library\Controller;
 use think\Db;
 
 /**
- * 供货商
+ * 供货商
  * Class SupplierGoods
  * @package app\mall\controller
  */
@@ -21,7 +21,7 @@ class SupplierGoods extends Controller
     protected $table = 'SupplierGoods';
 
     /**
-     * 供货商品列表
+     * 供货商品列表
      * @auth true
      * @menu true
      * @throws \think\Exception
@@ -32,7 +32,7 @@ class SupplierGoods extends Controller
      */
     public function index()
     {
-        $this->title = '供货商品列表';
+        $this->title = '供货商品列表';
         $supplier_id = input('get.supplier_id');
         $name = input('get.name');
         $company_id = input('get.company_id');
@@ -76,7 +76,7 @@ class SupplierGoods extends Controller
 
 
     /**
-     * 添加供货商
+     * 添加供货商
      * @auth true
      * @menu true
      * @throws \think\Exception
@@ -87,14 +87,14 @@ class SupplierGoods extends Controller
      */
     public function add()
     {
-        $this->title = '添加供货商品';
+        $this->title = '添加供货商品';
         $this->supplier_id = input('supplier_id');
         $this->_form($this->table, 'form');
     }
 
 
     /**
-     * 编辑供货商
+     * 编辑供货商
      * @auth true
      * @menu true
      * @throws \think\Exception
@@ -105,7 +105,7 @@ class SupplierGoods extends Controller
      */
     public function edit()
     {
-        $this->title = '编辑供货商品';
+        $this->title = '编辑供货商品';
         $this->supplier_id = input('supplier_id');
         $this->_form($this->table, 'form');
     }

+ 6 - 6
application/operate/view/supplier_goods/form.html

@@ -20,7 +20,7 @@
     <div class="layui-card-body think-box-shadow padding-left-40">
         <div class="layui-tab">
             <ul class="layui-tab-title">
-                <li class="layui-this">品设置</li>
+                <li class="layui-this">品设置</li>
             </ul>
             <div class="layui-tab-content">
                 <!--基础设置-->
@@ -29,7 +29,7 @@
                     <div class="layui-form-item layui-row layui-col-space15">
                         <label class="layui-col-xs9 relative">
                             <span class="color-green">名称</span>
-                            <input name="name" required class="layui-input" placeholder="请输入品名称" value="{$vo.name|default=''}">
+                            <input name="name" required class="layui-input" placeholder="请输入品名称" value="{$vo.name|default=''}">
                         </label>
                     </div>
 
@@ -49,7 +49,7 @@
 
                     <div class="layui-form-item layui-row layui-col-space15">
                         <label class="layui-col-xs9 relative" style="width: 100%;">
-                            <span class="color-green">品分类</span>
+                            <span class="color-green">品分类</span>
                         </label>
                         <div style="width: 100%">
                             <div style="width: 15%;float: left;">
@@ -240,13 +240,13 @@
                         </label>
                     </div>
 
-                    <div class="layui-form-item layui-row layui-col-space15">
+                   <!-- <div class="layui-form-item layui-row layui-col-space15">
                         <label class="layui-col-xs9 relative">
-                            <span class="color-green">品详情</span>
+                            <span class="color-green">品详情</span>
                             <textarea name="content">{$vo.content|default=""}</textarea>
                         </label>
                     </div>
-
+-->
 
                     <div class="layui-form-item text-center">
                         {notempty name='vo.id'}<input type="hidden" name="id" value="{$vo.id}">{/notempty}