qymljy 2 年之前
父节点
当前提交
7b1eafc543

+ 2 - 2
src/HDrpManagement/projectChange/modules/modules/productSet/add.vue

@@ -159,7 +159,7 @@
                 prop="price"
                 label="单价"
                 fixed="right"
-                width="90">
+                width="120">
               <template slot-scope="scope">
                 <el-input v-model="scope.row.price" size="mini" placeholder="请输入单价" @change="priceChange(scope.row.price,scope.$index,scope.row)"></el-input>
               </template>
@@ -168,7 +168,7 @@
                 prop="totalPrice"
                 fixed="right"
                 label="金额"
-                width="90">
+                width="100">
               <template slot-scope="scope">
                 <span>{{tool.formatAmount(scope.row.totalPrice,2)}}</span>
               </template>

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/productSet/index.vue

@@ -161,7 +161,7 @@
             prop="price"
             label="单价(元)"
             fixed="right"
-            width="100">
+            width="120">
           <template slot-scope="scope">
             <el-input v-model="scope.row.price" size="mini"    @change="priceChange(scope.row.price,scope.$index,scope.row)" :disabled="!data.disabled"></el-input>
           </template>

+ 2 - 2
src/SDrpManagement/QuotedPrice/detail/modules/productInventory/index.vue

@@ -65,7 +65,7 @@
         <el-table-column
             prop="discountrate"
             label="折扣(%)"
-            width="80"
+            width="100"
         >
           <template slot-scope="scope">
             <div v-if="scope.row.discountDifferenceAmount >= 0 ">
@@ -125,7 +125,7 @@
             width="100"
         >
           <template slot-scope="scope">
-            <p><span>{{tool.formatAmount(scope.row.discountDifferenceAmount)}}</span></p>
+            <p><span>{{tool.formatAmount(scope.row.discountDifferenceAmount,2)}}</span></p>
           </template>
         </el-table-column>
         <el-table-column