Browse Source

更新发货提醒列表默认显示6个月数据,调整数量列宽度

hejq 7 years ago
parent
commit
86e22d86b1

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -7124,7 +7124,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         $scope.active = 'todo';
         $scope.currency = Symbol.currency;
         $scope.dateZoneText = '不限';
-        $scope.condition = {dateZone: 1};
+        $scope.condition = {dateZone: 6};
         $scope.searchStatus = false;
 
         /* 时间筛选初始化*/

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/notice.html

@@ -304,7 +304,7 @@
         <tr class="header">
             <th width="200">产品</th>
             <th width="150">备注</th>
-            <th width="160">数量</th>
+            <th width="200">数量</th>
             <th width="140">价格</th>
             <th width="140">交货日期</th>
             <th width="100">操作</th>