小小儁爺
2026-01-08 e82e78026294a7b21e7c12f25e49d16303762b7c
1.打印优化2.模具模块优化
已修改9个文件
46 ■■■■ 文件已修改
src/views/mouldManager/mouldCheckRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldCheckStand.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldCirculateRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldMaintainRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldMaintainStand.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldOutInRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldUpDownRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderSend.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldCheckRecord.vue
@@ -130,7 +130,7 @@
          />
          <el-table-column
            prop="mould_spec"
            label="产品规格"
            label="规格型号"
            show-tooltip-when-overflow
            sortable="custom"
          >
src/views/mouldManager/mouldCheckStand.vue
@@ -541,8 +541,8 @@
    // 修改前请求接口
    async getViewDeviceCheckStanedSearch(checkstand_code) {
      const { data: res } = await ViewMouldCheckStanedSearch({ checkstand_code })
      this.tableDataDialog = res.data
      this.checkSelectedValue = res.data.map(i => i.code)
      this.tableDataDialog = res.Data
      this.checkSelectedValue = res.Data.map(i => i.code)
      this.dialogForm.code = res.code
      this.dialogForm.name = res.name
src/views/mouldManager/mouldCirculateRecord.vue
@@ -122,7 +122,7 @@
          />
          <el-table-column
            prop="mould_spec"
            label="产品规格"
            label="规格型号"
            show-tooltip-when-overflow
            sortable="custom"
          >
src/views/mouldManager/mouldMaintainRecord.vue
@@ -130,7 +130,7 @@
          />
          <el-table-column
            prop="mould_spec"
            label="产品规格"
            label="规格型号"
            show-tooltip-when-overflow
            sortable="custom"
          >
src/views/mouldManager/mouldMaintainStand.vue
@@ -542,8 +542,8 @@
    // 修改前请求接口
    async getViewMouldRepairStanedSearch(repairstand_code) {
      const { data: res } = await ViewMouldRepairStanedSearch({ repairstand_code })
      this.tableDataDialog = res.data
      this.checkSelectedValue = res.data.map(i => i.code)
      this.tableDataDialog = res.Data
      this.checkSelectedValue = res.Data.map(i => i.code)
      this.dialogForm.code = res.code
      this.dialogForm.name = res.name
src/views/mouldManager/mouldOutInRecord.vue
@@ -128,7 +128,7 @@
          />
          <el-table-column
            prop="mould_spec"
            label="产品规格"
            label="规格型号"
            show-tooltip-when-overflow
            sortable="custom"
          >
src/views/mouldManager/mouldUpDownRecord.vue
@@ -125,7 +125,7 @@
          />
          <el-table-column
            prop="mould_spec"
            label="产品规格"
            label="规格型号"
            show-tooltip-when-overflow
            sortable="custom"
          >
src/views/workOrder/workOrderList.vue
@@ -1588,6 +1588,7 @@
            </div>
            <div
              id="qrCode0"
              :key="formApprove.mesordercode"
              style="width: 22%;height:90px;
                        margin-top: 20px;
                        overflow-y: scroll;display: flex;
@@ -1724,6 +1725,7 @@
            </div>
            <div
              id="qrCode1"
              :key="formApprove.mesordercode"
              style="width: 22%;height:90px;
                        margin-top: 20px;
                        overflow-y: scroll;display: flex;
src/views/workOrder/workOrderSend.vue
@@ -391,19 +391,19 @@
                  <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click.stop="del(row)" />
                </el-tooltip>
                <el-tooltip class="item" effect="dark" content="打印工单" placement="top">
                  <!--                  <i-->
                  <!--                    class="el-icon-tickets"-->
                  <!--                    style="cursor: pointer;color: #42b983;margin-right: 15px"-->
                  <!--                    @click="check(row)"-->
                  <!--                  />-->
                  <i
                    :style="{color:$store.state.settings.theme}"
                    class="el-icon-printer"
                    style="cursor: pointer;margin-right: 15px"
                    @click.stop="handlePrint(row.wo_code)"
                  />
                </el-tooltip>
                <!--                <el-tooltip class="item" effect="dark" content="打印工单" placement="top">-->
                <!--                  &lt;!&ndash;                  <i&ndash;&gt;-->
                <!--                  &lt;!&ndash;                    class="el-icon-tickets"&ndash;&gt;-->
                <!--                  &lt;!&ndash;                    style="cursor: pointer;color: #42b983;margin-right: 15px"&ndash;&gt;-->
                <!--                  &lt;!&ndash;                    @click="check(row)"&ndash;&gt;-->
                <!--                  &lt;!&ndash;                  />&ndash;&gt;-->
                <!--                  <i-->
                <!--                    :style="{color:$store.state.settings.theme}"-->
                <!--                    class="el-icon-printer"-->
                <!--                    style="cursor: pointer;margin-right: 15px"-->
                <!--                    @click.stop="handlePrint(row.wo_code)"-->
                <!--                  />-->
                <!--                </el-tooltip>-->
                <el-tooltip class="item" effect="dark" content="详情" placement="top">
                  <i