Преглед изворни кода

销售订单增加不是内部销售不能编辑数量 2023-11-30

caojunjie пре 1 година
родитељ
комит
a3a943f3d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

+ 1 - 1
src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

@@ -91,7 +91,7 @@
                             </template>
 
                             <template slot="goodsNum" slot-scope="{ row }">
-                                <el-input v-if="!mingxibaocun" size="small" v-model="row.goodsNum" style="width: 100%"
+                                <el-input v-if="!mingxibaocun && form.businessSource == '外部销售'" size="small" v-model="row.goodsNum" style="width: 100%"
                                           @blur="goodsNumblurfun(row)"></el-input>
                                 <span v-else>{{ row.goodsNum }}</span>
                             </template>