Showing
3 changed files
with
8 additions
and
3 deletions
@@ -30,6 +30,7 @@ module.exports={ | @@ -30,6 +30,7 @@ module.exports={ | ||
30 | {name:'isAdvance', type:'string'}, | 30 | {name:'isAdvance', type:'string'}, |
31 | {name:'skcOnsaleStatus', type:'string'}, | 31 | {name:'skcOnsaleStatus', type:'string'}, |
32 | {name:'factoryCode',type:'String'}, | 32 | {name:'factoryCode',type:'String'}, |
33 | + {name:'skuFactoryCode',type:'String'}, | ||
33 | {name: 'appType', type: 'Number'} | 34 | {name: 'appType', type: 'Number'} |
34 | ] | 35 | ] |
35 | }, | 36 | }, |
@@ -55,8 +56,9 @@ module.exports={ | @@ -55,8 +56,9 @@ module.exports={ | ||
55 | {name: 'productStatus', type: 'number'}, | 56 | {name: 'productStatus', type: 'number'}, |
56 | {name:'isAdvance', type:'string'}, | 57 | {name:'isAdvance', type:'string'}, |
57 | {name:'skcOnsaleStatus', type:'string'}, | 58 | {name:'skcOnsaleStatus', type:'string'}, |
58 | - {name:'factoryCode',type:'String'} | ||
59 | - ] | 59 | + {name:'factoryCode',type:'String'}, |
60 | + {name:'skuFactoryCode',type:'String'} | ||
61 | + ] | ||
60 | }, | 62 | }, |
61 | updateProductSknTimingInfo:{ | 63 | updateProductSknTimingInfo:{ |
62 | title:'批量skn处理', | 64 | title:'批量skn处理', |
@@ -112,7 +112,9 @@ | @@ -112,7 +112,9 @@ | ||
112 | <div class="panel-col"> | 112 | <div class="panel-col"> |
113 | <input type="text" id="factoryCode" class="form-control" placeholder="厂家编号" style="height: 39px;"/> | 113 | <input type="text" id="factoryCode" class="form-control" placeholder="厂家编号" style="height: 39px;"/> |
114 | </div> | 114 | </div> |
115 | - | 115 | + <div class="panel-col"> |
116 | + <input type="text" id="skuFactoryCode" class="form-control" placeholder="条码" style="height: 39px;"/> | ||
117 | + </div> | ||
116 | <div class="panel-col"> | 118 | <div class="panel-col"> |
117 | <select id="isScreen" class="form-control"> | 119 | <select id="isScreen" class="form-control"> |
118 | <option value="-1">是否已摄影传图</option> | 120 | <option value="-1">是否已摄影传图</option> |
@@ -136,6 +136,7 @@ var g = new common.grid({ | @@ -136,6 +136,7 @@ var g = new common.grid({ | ||
136 | skcOnsaleStatus: common.util.__input("skcOnsaleStatus"), | 136 | skcOnsaleStatus: common.util.__input("skcOnsaleStatus"), |
137 | isAdvance: common.util.__input("isAdvance"), | 137 | isAdvance: common.util.__input("isAdvance"), |
138 | factoryCode: common.util.__input("factoryCode"), | 138 | factoryCode: common.util.__input("factoryCode"), |
139 | + skuFactoryCode: common.util.__input("skuFactoryCode"), | ||
139 | appType: common.util.__input("appType") | 140 | appType: common.util.__input("appType") |
140 | }; | 141 | }; |
141 | }, | 142 | }, |
-
Please register or login to post a comment