liuying
2025-09-24 6efa5f6ca7536a37e3af3592bb42db63bcb8371d
yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue
@@ -73,6 +73,20 @@
                </a-form-item>
              </a-col>
              <a-col :md="colMd" :sm="colSm">
              <a-form-item label="是否有成品码" >
                <a-select
                  allow-clear
                  style="width: 100%"
                  v-model="queryParam.IsHaveOP80Code"
                  placeholder="请选择是否有成品码"
                >
                  <a-select-option v-for="(item, index) in IsHaveOP80Code" :key="index" :value="item.code">
                    {{ item.name }}
                  </a-select-option>
                </a-select>
              </a-form-item>
            </a-col>
              <a-col :md="colMd" :sm="colSm">
                <a-form-item label="质量状态">
                  <a-select
                    allow-clear
@@ -325,6 +339,12 @@
          dataIndex: 'timeSceonds'
        },
        {
          title: '夹具工位',
          align: 'center',
          sorter: true,
          dataIndex: 'jiaJuGongWei'
        },
        {
          title: '来源',
          align: 'center',
          sorter: true,
@@ -384,6 +404,7 @@
  created() {
    this.getEquipmentName()
    this.ProcessSelectData = this.$options.filters['dictData']('process_type')
    this.IsHaveOP80Code = this.$options.filters['dictData']('yes_or_no')
    this.WorkPieceSelectData = this.$options.filters['dictData']('workpiece_state')
    this.modelEnums = [