Fixiaobai
2023-10-25 0a11dd47059e28f8978c758e83c07b8d93c0f75b
	modified:   src/views/basic/part/index.vue
modified: src/views/basic/part/part-form.vue
已修改2个文件
6 ■■■■ 文件已修改
src/views/basic/part/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/part/part-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/part/index.vue
@@ -364,7 +364,7 @@
            fun: this.addOrUpdateHandle
          },
          {
            text: '同步IFS',
            text: '获取IFS零件',
            type: 'primary',
            fun: this.syncISDate,
            loading: false
src/views/basic/part/part-form.vue
@@ -20,12 +20,12 @@
              placeholder="零件号"
              :disabled="(dataForm.id != null && dataForm.id > 0) || status"
            >
              <el-button
              <!-- <el-button
                slot="append"
                icon="el-icon-search"
                @click="openPartDialog()"
                v-show="!dataForm.id"
              ></el-button>
              ></el-button> -->
            </el-input>
          </el-form-item>
        </el-col>