xiaodai2022 2 년 전
부모
커밋
d433e12547
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/goodStore/goodsCost/components/baseForm.vue

+ 3 - 3
src/views/goodStore/goodsCost/components/baseForm.vue

@@ -362,7 +362,7 @@
                 v-model="ruleForm.good_type"
                 filterable
                 :disabled="
-                  type === 'view' || type === 'editBase' || type === 'editCoin'
+                  type === 'view' ||type === 'editCoin'
                 "
                 clearable
                 style="width: 100%"
@@ -385,7 +385,7 @@
                 :placeholder="'定制起订量'"
                 :name="'ruleForm.moq'"
                 :min="0"
-                :disabled="type === 'view' || type === 'editBase'"
+                :disabled="type === 'view' ||type === 'editCoin'"
                 :max="100000000000"
                 :position="'right'"
                 :precision="0"
@@ -403,7 +403,7 @@
                 :placeholder="'定制工期'"
                 :name="'ruleForm.customized'"
                 :min="0"
-                :disabled="type === 'view' || type === 'editBase'"
+                :disabled="type === 'view' ||type === 'editCoin'"
                 :max="100000000000"
                 :position="'right'"
                 :precision="0"