xiaodai2022 2 жил өмнө
parent
commit
555b89d295

+ 2 - 2
src/views/purchaseIn/workbench/components/baseForm.vue

@@ -140,7 +140,7 @@
                 :placeholder="'分类'"
                 :size="'mini'"
                 :names="cat_id_name"
-                :disabled="true"
+                :disabled="false"
                 :isDetail="true"
                 @searchChange="cat_id_change"
               />
@@ -455,7 +455,7 @@
             <search-metal-kind
               :value="ruleForm.metal_id"
               :size="'mini'"
-              :disabled="true"
+              :disabled="false"
               :isDetail="true"
               :placeholder="'金属种类'"
               @searchChange="metal_idsearchChange"

+ 14 - 13
src/views/sellOut/zixunOrder/components/feedbackList.vue

@@ -59,15 +59,14 @@
       <template #operation="{ scope }">
         <!-- 状态 -->
         <el-tooltip
-            v-if="powers.some((item) => item == '007')"
-            effect="dark"
-            content="详情"
-            placement="top"
-          >
-            <i
-              class="el-icon-view tb-icon"
-              @click="show_view(scope.row)"></i>
-          </el-tooltip>
+          v-if="powers.some((item) => item == '007')"
+          effect="dark"
+          content="详情"
+          placement="top"
+        >
+          <i class="el-icon-view tb-icon" @click="show_view(scope.row)"></i>
+        </el-tooltip>
+        <!-- {{ status }}-- {{ scope.row.status }} -->
         <el-tooltip
           v-if="
             powers &&
@@ -77,7 +76,9 @@
             (status === '2' ||
               status === '7' ||
               (status === '3' &&
-                (scope.row.status === '2' || scope.row.status === '5')))
+                scope.row.status !== '3' &&
+                scope.row.status !== '4' &&
+                scope.row.status !== '6'))
           "
           effect="dark"
           content="发起议价流程"
@@ -130,7 +131,7 @@
       :showModel="wantBmodel"
       :sitem="wantBsitem"
       @cancel="wantBmodel = false"
-      @refresh="(wantBmodel = false), searchList()"
+      @refresh="(wantBmodel = false), $emit('resGoodOk')"
     />
     <buy-good-modal
       :showModel="bayGoodShowModel"
@@ -183,8 +184,8 @@ export default {
   },
   data() {
     return {
-      view_spuCode:"",
-      view_show:false,
+      view_spuCode: "",
+      view_show: false,
       wantBmodel: false,
       wantBsitem: "",
       select: "1",