chenrui 2 лет назад
Родитель
Сommit
9e869eea09

+ 1 - 1
src/views/salesManagement/salesQuery/edit.vue

@@ -283,7 +283,7 @@ export default {
         productName: ''
       },
       rowSelectionInfo: null,
-      priceUpdateModal: false, // 价格更新弹窗
+      priceUpdateModal: true, // 价格更新弹窗
       updataData: undefined
     }
   },

+ 1 - 1
src/views/salesManagement/salesQuery/setPriceModal.vue

@@ -5,7 +5,7 @@
     centered
     :maskClosable="false"
     :confirmLoading="confirmLoading"
-    width="36%"
+    width="30%"
     :footer="null"
     @cancel="cancel"
   >