ソースを参照

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

caojunjie 1 年間 前
コミット
a3a943f3d6

+ 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>