yusheng 10 месяцев назад
Родитель
Сommit
d571201395

+ 2 - 2
src/views/purchasingManage/inquiryManage/components/inquiryTable.vue

@@ -56,7 +56,7 @@
             trigger: 'blur'
           }"
         >
-          <el-input v-model="form.preferentialPrice"></el-input>
+          <el-input v-model="form.preferentialPrice" type="number"></el-input>
         </el-form-item>
         <span v-else>
           {{ form.preferentialPrice }}
@@ -460,7 +460,7 @@
             fixed: 'left'
           },
           {
-            minWidth: 120,
+            minWidth: 140,
             prop: 'preferentialPrice',
             label: '优惠后总价',
             slot: 'preferentialPrice',

+ 1 - 1
src/views/purchasingManage/purchaseOrder/invoice/components/inventoryTable.vue

@@ -1202,7 +1202,7 @@
       },
       // 添加
       handlAdd() {
-        this.$refs.productListMainRef.open('', -1);
+        // this.$refs.productListMainRef.open('', -1);
 
         if (!this.orderId) return this.$message.error('请先选择订单');
         if (orderSourceType.includes(this.sourceType)) {