safecheck-client 4.0.2-31 → 4.0.2-33

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "4.0.2-31",
4
+ "version": "4.0.2-33",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -218,7 +218,7 @@
218
218
  <button style="float: right" class="button_search button_spacing" @click="search">查询</button>
219
219
  <button style="float: right" v-if="$parent.$parent.transfer=='是'" class="button_search button_spacing" @click="$parent.$parent.toRepair">转维修</button>
220
220
  <div style="float: right">
221
- <export-excel-old :data="{condition: $parent.$parent.model.condition,f_filialeids:$parent.$parent.model.f_filialeids}"
221
+ <export-excel-old :data="{condition: $parent.$parent.model.condition,condition1: $parent.$parent.model.condition1,f_filialeids:$parent.$parent.model.f_filialeids}"
222
222
  :field="$parent.$parent.getfield"
223
223
  progress="safeGetExportProgress"
224
224
  sqlurl="api/af-safecheck/logic/exportfile" sql-name="GetCheckPaperByDefectNew" template-name='安检计划明细' :choose-col="true"></export-excel-old>