wupengfei 2 years ago
parent
commit
66ab419eb3
2 changed files with 4 additions and 2 deletions
  1. 2 2
      .idea/workspace.xml
  2. 2 0
      application/operate/view/supplier_goods/index.html

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +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/api/controller/Supplier.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Supplier.php" 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" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -294,7 +294,7 @@
       <workItem from="1681692707179" duration="23967000" />
       <workItem from="1681779545042" duration="19230000" />
       <workItem from="1681866032563" duration="20122000" />
-      <workItem from="1681952639054" duration="15325000" />
+      <workItem from="1681952639054" duration="15406000" />
     </task>
     <servers />
   </component>

+ 2 - 0
application/operate/view/supplier_goods/index.html

@@ -13,6 +13,7 @@
         <tr>
 
             <th class='list-table-sort-td'><button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button></th>
+            <th class='text-left nowrap'>ID</th>
             <th class='text-left nowrap'>名称</th>
             <th class='text-left nowrap'>供应商</th>
             <th class='text-left nowrap'>公司</th>
@@ -23,6 +24,7 @@
         {foreach $list as $key=>$vo}
         <tr>
             <td class='list-table-sort-td'><input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input"></td>
+            <td class='text-left nowrap'>{$vo.id|default=''}</td>
             <td class='text-left nowrap'>{$vo.name|default=''}</td>
             <td class='text-left nowrap'>{$vo.supplier_name|default=''}</td>
             <td class='text-left nowrap'>{$vo.company_name|default=''}</td>