小小儁爺
2024-08-06 95e34f7f11a54ebebbadc4a21d4f3e2af2baa9aa
1.递交
已修改3个文件
30 ■■■■■ 文件已修改
src/views/basicSettings/meterPrice.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sopManager/sopRoute.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderList.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicSettings/meterPrice.vue
@@ -288,7 +288,7 @@
                min-width="150"
              >
                <template slot-scope="{row}">
                  <div style="display: flex">
                  <div style="display: flex;align-items: center">
                    <el-input
                      v-model="row.eqp_value"
                      placeholder="请输入"
@@ -306,7 +306,7 @@
                min-width="120"
              >
                <template slot-scope="{row}">
                  <div>{{ row.stand_value + ' ' + '秒' }}</div>
                  <div>{{ row.stand_value + ' ' + '秒/次' }}</div>
                </template>
              </el-table-column>
              <el-table-column
src/views/sopManager/sopRoute.vue
@@ -242,9 +242,9 @@
          >
            <el-option
              v-for="item in stepcodeArr"
              :key="item.step_code"
              :label="item.step_name"
              :value="item.step_code"
              :key="item.scode"
              :label="item.name"
              :value="item.code"
            />
          </el-select>
        </el-form-item>
src/views/workOrder/workOrderList.vue
@@ -359,7 +359,7 @@
                    v-if="mesSetting.workOrder"
                    class="el-icon-files"
                    style="cursor: pointer;color:#42b983;margin-right: 15px"
                    @click="pre(row,1)"
                    @click.stop="pre(row,1)"
                  />
                </el-tooltip>
@@ -367,12 +367,12 @@
                  <i
                    class="el-icon-edit-outline"
                    :style="{color:$store.state.settings.theme}"
                    @click="edit('edit',row)"
                    @click.stop="edit('edit',row)"
                  />
                </el-tooltip>
                <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top">
                  <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click="del(row)" />
                  <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">
@@ -385,7 +385,7 @@
                    :style="{color:$store.state.settings.theme}"
                    class="el-icon-printer"
                    style="cursor: pointer;margin-right: 15px"
                    @click="handlePrint(row.wo_code,row.saleOrderCod)"
                    @click.stop="handlePrint(row.wo_code,row.saleOrderCod)"
                  />
                </el-tooltip>
@@ -394,7 +394,7 @@
                    class="el-icon-view"
                    style="cursor: pointer;"
                    :style="{color:$store.state.settings.theme}"
                    @click="edit('view',row)"
                    @click.stop="edit('view',row)"
                  />
                </el-tooltip>
@@ -2185,7 +2185,7 @@
    <el-dialog
      v-el-drag-dialog
      class="sop"
      title="设备SOP预览"
      title="SOP预览"
      :visible.sync="SopDialogVisible"
      width="800px"
      :close-on-click-modal="false"
@@ -2775,7 +2775,7 @@
      this.operation = operation
      this.dialogVisible = true
      this.dialogForm.data_sources = 'MES'
      this.sourceType = true
      this.$nextTick(() => {
        this.setSort()
      })
@@ -2897,6 +2897,7 @@
            )
          })
          this.stepSelectedValue = this.stepTableData.map(i => i.stepcode)
          this.sourceType = true
        } else {
          const data2 = {
            wkshopcode: this.dialogForm.wkshopcode,
@@ -2914,6 +2915,7 @@
              )
            })
            this.stepSelectedValue = this.stepTableData.map(i => i.stepcode)
            this.sourceType = false
          }
        }
      } else {
@@ -2928,7 +2930,9 @@
            )
          })
          this.stepSelectedValue = this.stepTableData.map(i => i.stepcode)
          this.sourceType = true
        } else {
          this.sourceType = false
          await this.getBasicProcessData()
        }
      }
@@ -3679,7 +3683,7 @@
            }
          }, 0)
          sums[index] += ' 单'
          sums[index] += ''
        }
      })