snow 1 year ago
parent
commit
36b02d02d1
2 changed files with 2 additions and 4 deletions
  1. 0 0
      dist/static/js/0.js
  2. 2 4
      src/views/goodStore/goodsCost/components/baseForm.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 4
src/views/goodStore/goodsCost/components/baseForm.vue

@@ -250,9 +250,7 @@
                     v-model="ruleForm.is_gold_price"
                     filterable
                     clearable
-                    :disabled="
-                      type === 'view' || type === 'editBase' || type === 'editCoin' || createSource === '1'
-                    "
+                    :disabled="true"
                     style="width: 100%"
                     placeholder="启用实时金价"
                     @change="is_goold_price_change"
@@ -2169,7 +2167,7 @@ export default {
             unit: good_unit ? [good_unit] : [],
             is_exclusive: exclusiveList || [],
             noble_metal: noble_metal || "",
-            is_gold_price: is_gold_price || "0",
+            is_gold_price: "0",
             moq: moq || "0",
             customized: customized || "0",
             after_sales: after_sales || "",

Some files were not shown because too many files changed in this diff