Tang il y a 3 ans
Parent
commit
0593a92982

+ 1 - 1
src/views/Marketing/order/offlineOrder/batchRecord/secondStep/index.vue

@@ -47,7 +47,7 @@
                 }}</span
                 >{{ scope.row[item.prop3] }}
                 <el-button
-                  v-if="toData.templateStatus == 1"
+                  v-if="toData.templateStatus == 1 && scope.row['goodsType'] == 1"
                   type="text"
                   :style="
                     scope.row[item.prop4] === -1 ? 'color:red!important;' : ''

+ 1 - 1
src/views/Marketing/order/offlineOrder/batchRecord/thirdStep/index.vue

@@ -72,7 +72,7 @@
                 <el-button
                   type="text"
                   style="color: green"
-                  v-if="toData.templateStatus == 1"
+                  v-if="toData.templateStatus == 1 && scope.row['goodsType'] == 1"
                   >{{
                     scope.row[item.prop4] ? scope.row[item.prop5] : "自动分班"
                   }}</el-button