Explorar el Código

【新增】计划单

howie hace 2 años
padre
commit
009c487a7f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/supply/engin/components/engin_examine.vue

+ 2 - 2
src/views/supply/engin/components/engin_examine.vue

@@ -375,7 +375,7 @@
           <div class="value">
             <el-radio-group
               v-model="examineForm.isPlanOrder"
-              :disabled="websitNumber === '广州'"
+              :disabled="websitNumber === 'GZ'"
             >
               <el-radio :label="true">是</el-radio>
               <el-radio :label="false">否</el-radio>
@@ -735,7 +735,7 @@ export default {
 
     // 获取详情
     getDetail() {
-      if (this.websitNumber === "广州") {
+      if (this.websitNumber === "GZ") {
         this.examineForm.isPlanOrder = false;
       }
       getEnginDetail({ id: this.listItem.enginInfoId }).then((res) => {