Authored by dongjunjie

模特管理

@@ -8,9 +8,7 @@ module.exports = function (app) { @@ -8,9 +8,7 @@ module.exports = function (app) {
8 app.get("/shotManage/model/index", "shootMeter.Model.Index",function(){ 8 app.get("/shotManage/model/index", "shootMeter.Model.Index",function(){
9 this.$extend={ 9 this.$extend={
10 moduleName:'拍摄复尺', 10 moduleName:'拍摄复尺',
11 - pageName:'拍摄模特管理',  
12 - type:1,  
13 - typeName:"拍摄模特" 11 + pageName:'拍摄模特管理'
14 } 12 }
15 }); 13 });
16 14
@@ -31,9 +29,7 @@ module.exports = function (app) { @@ -31,9 +29,7 @@ module.exports = function (app) {
31 app.get("/meterManage/tryModel/index", "shootMeter.TryModel.Index",function(){ 29 app.get("/meterManage/tryModel/index", "shootMeter.TryModel.Index",function(){
32 this.$extend={ 30 this.$extend={
33 moduleName:'拍摄复尺', 31 moduleName:'拍摄复尺',
34 - pageName:'试穿模特管理',  
35 - type: 2,  
36 - typeName:'试穿模特管理' 32 + pageName:'试穿模特管理'
37 } 33 }
38 }); 34 });
39 35
@@ -33,7 +33,6 @@ @@ -33,7 +33,6 @@
33 </div> 33 </div>
34 </div> 34 </div>
35 <div id="content-list"></div> 35 <div id="content-list"></div>
36 - <input type="hidden" id="aa" value="{{type}}"/>  
37 </div> 36 </div>
38 37
39 <script type="text/template" id="template"> 38 <script type="text/template" id="template">
@@ -27,7 +27,6 @@ @@ -27,7 +27,6 @@
27 </div> 27 </div>
28 </div> 28 </div>
29 <div id="content-list"></div> 29 <div id="content-list"></div>
30 - <input type="hidden" id="aa" value="{{type}}"/>  
31 </div> 30 </div>
32 31
33 <script type="text/template" id="template"> 32 <script type="text/template" id="template">
@@ -21,7 +21,7 @@ var g = new common.grid({ @@ -21,7 +21,7 @@ var g = new common.grid({
21 modelName: common.util.__input('content-filter1'), 21 modelName: common.util.__input('content-filter1'),
22 beginTime: ((new Date($('#beginTime').val())).getTime()) / 1000 || "", 22 beginTime: ((new Date($('#beginTime').val())).getTime()) / 1000 || "",
23 endTime: ((new Date($('#endTime').val())).getTime()) / 1000 || "", 23 endTime: ((new Date($('#endTime').val())).getTime()) / 1000 || "",
24 - modelType: parseInt($("#aa").val()) 24 + modelType: 2
25 }; 25 };
26 }, 26 },
27 //列表显示 27 //列表显示