sh4wmoo 2 лет назад
Родитель
Сommit
67d6245448

+ 1 - 0
src/components/base/dk-modal/dk-modal.vue

@@ -356,6 +356,7 @@ export default {
      * @date   : 2022/7/23 17:36
      */
     async modalOk() {
+      console.log('44', this.$refs.modal.$slots,this.$refs)
       if (this.$refs.modal && this.$refs.modal.$slots && this.$refs.modal.$slots.default
         && this.$refs.modal.$slots.default.length > 0
         && this.$refs.modal.$slots.default[0].componentInstance) {

+ 10 - 1
src/components/base/edit-table/edit-table.vue

@@ -1,7 +1,11 @@
 <!-- @desc:编辑表格  @auth:周兴  @time:2022/11/15 13:06 -->
 <template>
   <div :style="{height: 100 + '%',width:divWidth,paddingRight:'3px'}" ref="edit-table-div" v-if="existsFlag">
-    <div v-if="title" class="table-title">{{ title }}</div>
+    <div v-if="title" class="table-title">{{ title }}
+      <Poptip trigger="hover" transfer placement="top-start" :content="titleInfo" v-if="titleInfo">
+        <Icon type="ios-information-circle" style="cursor: pointer;font-size: 12px" color="#909399" ref="info-icon"/>
+      </Poptip>
+    </div>
     <vxe-table
       border
       size="mini"
@@ -559,6 +563,11 @@ export default {
       type: String,
       default: undefined,
     },
+    // 标题说明
+    titleInfo:{
+      type: String,
+      default: undefined,
+    },
     // 数据源
     data: {
       type: Array,

Разница между файлами не показана из-за своего большого размера
+ 409 - 322
src/components/business/process/node-modal/node-modal.vue


+ 7 - 3
src/locale/lang/zh-CN.js

@@ -269,6 +269,10 @@ export const formTitle = {
   'pic_list': '图片列表',
   'product_follow_item': '产品跟踪明细',
   'mould_follow_item': '模具跟踪明细',
+  'basic_info': '基本信息',
+  'defect_setting': '缺陷设置',
+  'advanced_attribute': '高级属性',
+  'flow_control': '流程设置',
 }
 
 /**
@@ -611,14 +615,14 @@ export const columns = {
   judgeGradeIds: '可判分级',
   flgAloneJudge: '独立检验',
   backGradeIds: '返回分级',
-  backNodeId: '返回完成工序',
+  backNodeId: '返回工序',
   recycledGradeIds: '可回收分级',
-  recycledKind: '回收后处理方式',
+  recycledKind: '回收后到达',
   packKind: '组装方式',
   flgCheckLabel: '验证标签',
   pdtLabelKinds: '标签类型',
   pdtGradeIds: '产品分级',
-  node1Id: '发出工序',
+  node1Id: '报废前工序',
   node2Id: '可到达工序',
   node2IdName: '可到达工序',
   processFlow: '工艺流程',

Некоторые файлы не были показаны из-за большого количества измененных файлов