|
@@ -141,72 +141,72 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
- import {
|
|
|
- BeatchQueryParam,
|
|
|
- countPartsDie,
|
|
|
- createPropertys,
|
|
|
- deleteProperty,
|
|
|
- getDataDictionary,
|
|
|
- propertyLinkEq,
|
|
|
- queryProperty,
|
|
|
- propertyUpdate,
|
|
|
- updateProperty
|
|
|
- } from "@/api/scan/request";
|
|
|
+import {
|
|
|
+ BeatchQueryParam,
|
|
|
+ countPartsDie,
|
|
|
+ createPropertys,
|
|
|
+ deleteProperty,
|
|
|
+ getDataDictionary,
|
|
|
+ propertyLinkEq,
|
|
|
+ propertyUpdate,
|
|
|
+ queryProperty,
|
|
|
+ updateProperty
|
|
|
+} from "@/api/scan/request";
|
|
|
|
|
|
- import tools from "@/utils/scan/tools"
|
|
|
- import handsonUtils from "@/utils/scan/hasontableUtils"
|
|
|
- import showTools from "@/utils/handsontable/notShow"
|
|
|
- import buildFloor from '@/utils/handsontable/buildFloorData'
|
|
|
- import firm from "@/components/dialogs/list/firm"
|
|
|
- import supplierDialog from "@/components/dialogs/list/supplierDialog"
|
|
|
- import uploadFilesDialog from "@/components/dialogs/list/filesDialog"
|
|
|
- import uploadImgDialog from "@/components/dialogs/list/uploadImgDialog"
|
|
|
- import maintainerDialog from "@/components/dialogs/list/maintainerDialog"
|
|
|
- import insurerDialog from "@/components/dialogs/list/insurerDialog"
|
|
|
- import picDialog from "@/components/dialogs/list/picDialog"
|
|
|
+import tools from "@/utils/scan/tools"
|
|
|
+import handsonUtils from "@/utils/scan/hasontableUtils"
|
|
|
+import showTools from "@/utils/handsontable/notShow"
|
|
|
+import buildFloor from '@/utils/handsontable/buildFloorData'
|
|
|
+import firm from "@/components/dialogs/list/firm"
|
|
|
+import supplierDialog from "@/components/dialogs/list/supplierDialog"
|
|
|
+import uploadFilesDialog from "@/components/dialogs/list/filesDialog"
|
|
|
+import uploadImgDialog from "@/components/dialogs/list/uploadImgDialog"
|
|
|
+import maintainerDialog from "@/components/dialogs/list/maintainerDialog"
|
|
|
+import insurerDialog from "@/components/dialogs/list/insurerDialog"
|
|
|
+import picDialog from "@/components/dialogs/list/picDialog"
|
|
|
|
|
|
- import qrcode from "@/components/business_space/lib/qrcode"
|
|
|
- // import firm from "@/components/business_space/dialogs/list/firm"
|
|
|
- import supplyDialog from "@/components/business_space/dialogs/list/supplyDialog"
|
|
|
- // import supplierDialog from "@/components/business_space/dialogs/list/supplierDialog"
|
|
|
- // import maintainerDialog from "@/components/business_space/dialogs/list/maintainerDialog"
|
|
|
- // import insurerDialog from "@/components/business_space/dialogs/list/insurerDialog"
|
|
|
- import guaranteeDialog from "@/components/business_space/dialogs/list/guaranteeDialog"
|
|
|
- // import uploadFilesDialog from "@/components/business_space/dialogs/list/filesDialog"
|
|
|
- // import uploadImgDialog from "@/components/business_space/dialogs/list/uploadImgDialog"
|
|
|
- // import detailsDialog from "@/components/business_space/lib/detailsDia"
|
|
|
- // import picDialog from "@/components/business_space/dialogs/list/picDialog"
|
|
|
- import myPagination from "@/components/common/myPagination"
|
|
|
- import myCascader from "@/components/ledger/lib/assets"
|
|
|
- import floorCascader from "@/components/ledger/lib/floorCascader"
|
|
|
- import dieCascader from "@/components/ledger/lib/partsDieList"
|
|
|
- import {mapGetters} from "vuex"
|
|
|
- //图片查看
|
|
|
- import lookPic from "@/components/ledger/lib/lookImages"
|
|
|
- import Handsontable from "handsontable-pro"
|
|
|
- import 'handsontable-pro/dist/handsontable.full.css'
|
|
|
- import batchDialog from "../../dialogs/list/batchDialog";
|
|
|
- //下拉插件
|
|
|
- // import "@/assets/js/chosen.jquery.min";
|
|
|
- // import "@/assets/js/handsontable-chosen-editor";
|
|
|
+import qrcode from "@/components/business_space/lib/qrcode"
|
|
|
+// import firm from "@/components/business_space/dialogs/list/firm"
|
|
|
+import supplyDialog from "@/components/business_space/dialogs/list/supplyDialog"
|
|
|
+// import supplierDialog from "@/components/business_space/dialogs/list/supplierDialog"
|
|
|
+// import maintainerDialog from "@/components/business_space/dialogs/list/maintainerDialog"
|
|
|
+// import insurerDialog from "@/components/business_space/dialogs/list/insurerDialog"
|
|
|
+import guaranteeDialog from "@/components/business_space/dialogs/list/guaranteeDialog"
|
|
|
+// import uploadFilesDialog from "@/components/business_space/dialogs/list/filesDialog"
|
|
|
+// import uploadImgDialog from "@/components/business_space/dialogs/list/uploadImgDialog"
|
|
|
+// import detailsDialog from "@/components/business_space/lib/detailsDia"
|
|
|
+// import picDialog from "@/components/business_space/dialogs/list/picDialog"
|
|
|
+import myPagination from "@/components/common/myPagination"
|
|
|
+import myCascader from "@/components/ledger/lib/assets"
|
|
|
+import floorCascader from "@/components/ledger/lib/floorCascader"
|
|
|
+import dieCascader from "@/components/ledger/lib/partsDieList"
|
|
|
+import {mapGetters} from "vuex"
|
|
|
+//图片查看
|
|
|
+import lookPic from "@/components/ledger/lib/lookImages"
|
|
|
+import Handsontable from "handsontable-pro"
|
|
|
+import 'handsontable-pro/dist/handsontable.full.css'
|
|
|
+import batchDialog from "../../dialogs/list/batchDialog";
|
|
|
+//下拉插件
|
|
|
+// import "@/assets/js/chosen.jquery.min";
|
|
|
+// import "@/assets/js/handsontable-chosen-editor";
|
|
|
|
|
|
- export default {
|
|
|
- components: {
|
|
|
- qrcode, //二维码页面
|
|
|
- firm, //
|
|
|
- supplyDialog,
|
|
|
- supplierDialog,
|
|
|
- guaranteeDialog,
|
|
|
- uploadFilesDialog,
|
|
|
- maintainerDialog,
|
|
|
- insurerDialog,
|
|
|
- uploadImgDialog,
|
|
|
- picDialog,
|
|
|
- myPagination,
|
|
|
- // dialogAssets,
|
|
|
- myCascader,
|
|
|
- floorCascader,
|
|
|
- dieCascader,
|
|
|
+export default {
|
|
|
+ components: {
|
|
|
+ qrcode, //二维码页面
|
|
|
+ firm, //
|
|
|
+ supplyDialog,
|
|
|
+ supplierDialog,
|
|
|
+ guaranteeDialog,
|
|
|
+ uploadFilesDialog,
|
|
|
+ maintainerDialog,
|
|
|
+ insurerDialog,
|
|
|
+ uploadImgDialog,
|
|
|
+ picDialog,
|
|
|
+ myPagination,
|
|
|
+ // dialogAssets,
|
|
|
+ myCascader,
|
|
|
+ floorCascader,
|
|
|
+ dieCascader,
|
|
|
// detailsDialog,
|
|
|
lookPic,
|
|
|
batchDialog
|
|
@@ -1317,6 +1317,11 @@
|
|
|
multiples(val) {
|
|
|
this.firmDataType = 'dialog'
|
|
|
switch (val) {
|
|
|
+ case 'TechParam.CompleteMachine.DesignIDGraph': //"设计工况空调机组处理过程焓湿图"
|
|
|
+ this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
|
|
|
+ this.infoType = val;
|
|
|
+ this.myDialog.uploadFiles = true;
|
|
|
+ break;
|
|
|
case 'LedgerParam.InsuranceDoc.InsuranceFile': //保险文件
|
|
|
this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
|
|
|
this.infoType = val;
|