jufubao-admin-library 1.1.136 → 1.1.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,6 +66,9 @@
66
66
  <template slot="resource_shop_name" slot-scope="scope">
67
67
  <div>{{scope.row.resource_shop_name?scope.row.resource_shop_name:'-'}}</div>
68
68
  </template>
69
+ <template slot="is_movie_schedule" slot-scope="scope">
70
+ <div>{{scope.row.is_movie_schedule==='Y'?'是':scope.row.is_movie_schedule==='N'?'否':''}}</div>
71
+ </template>
69
72
  </xd-table>
70
73
  </div>
71
74
  <div class="app-container__list-pagination">
@@ -174,6 +177,7 @@ export default {
174
177
  { "type": "normal", "prop": "resource_shop_name", "align": "center", "label": "关联后影院名称" },
175
178
  { "type": "normal", "prop": "brand_name", "align": "center", "label": "院线品牌名称" },
176
179
  { "type": "normal", "prop": "brand_type_name", "align": "center", "label": "门店类型" },
180
+ { "type": "normal", "prop": "is_movie_schedule", "align": "center", "label": "是否有排期" },
177
181
  // { "type": "normal", "prop": "business_status_name", "align": "center", "label": "影院状态" },
178
182
  { "type": "normal", "prop": "consume_mode_name", "align": "center", "label": "门店服务" },
179
183
  // { "type": "normal", "prop": "main_category_name", "align": "center", "label": "门店分类" },
@@ -369,6 +373,22 @@ export default {
369
373
  multiple:false,
370
374
  list: this.cityData,
371
375
  },
376
+ {
377
+ label: "是否有排期:",
378
+ ele: "xd-select-list",
379
+ valueKey: "is_movie_schedule",
380
+ value: [],
381
+ multiple:false,
382
+ list: [
383
+ {
384
+ label:'是',
385
+ value:'Y'
386
+ },{
387
+ label:'否',
388
+ value:'N'
389
+ }
390
+ ],
391
+ },
372
392
  // {
373
393
  // label: "影院状态:",
374
394
  // ele: "xd-select-list",
@@ -1143,7 +1143,7 @@ export default {
1143
1143
  },
1144
1144
  ],
1145
1145
  },
1146
- this.$channelCode==='wenyu_dingdong'&&params.site_id&&{
1146
+ (this.$channelCode==='wenyu_dingdong'||this.$channelCode==='rt_mart')&&params.site_id&&{
1147
1147
  label: "手机号收集页:",
1148
1148
  ele: "xd-select-site-path",
1149
1149
  className: "input100",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.136",
3
+ "version": "1.1.138",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {