소스 검색

no message

linwenxin 4 달 전
부모
커밋
e9076e83d1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/salesPurchasing/mixins/storage_goods.js

+ 2 - 2
src/views/salesPurchasing/mixins/storage_goods.js

@@ -477,7 +477,7 @@ export default {
                             保存
                           </el-button>
                         ) : null,
-                        this.isEditIndex == -1 && (this.joinCodeText != 'CODE' || this.formDialogType == 0) ? (
+                        this.isEditIndex == -1 && (this.joinCodeText != 'CODE' || this.formDialogType < 2) ? (
                           <el-button
                             type="text"
                             onClick={() => {
@@ -487,7 +487,7 @@ export default {
                             编辑
                           </el-button>
                         ) : null,
-                        this.joinCodeText != 'CODE' || this.formDialogType == 0 ? (
+                        this.joinCodeText != 'CODE' || this.formDialogType < 2 ? (
                           <el-button
                             type="text"
                             onClick={() => {