|
@@ -30,9 +30,9 @@
|
|
|
<el-button type="text" size="mini" @click="addProduct(scope.data)">添 加</el-button>
|
|
|
</template>
|
|
|
</Table>
|
|
|
- <!-- <div style="display:flex;justify-content:space-between;align-items:center;margin-top:10px">
|
|
|
+ <div style="display:flex;justify-content:space-between;align-items:center;margin-top:10px">
|
|
|
<span>已添加产品数:{{addProductLength}}</span>
|
|
|
- <el-pagination
|
|
|
+<!-- <el-pagination
|
|
|
style="display:inline-block"
|
|
|
background
|
|
|
small
|
|
@@ -42,8 +42,8 @@
|
|
|
:page-sizes="[20, 50, 100, 200]"
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
:total="total">
|
|
|
- </el-pagination>
|
|
|
- </div> -->
|
|
|
+ </el-pagination>-->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="fixed__btn__panel">
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
{
|
|
|
"sa_contract_itemsaleclassid": 0,
|
|
|
"itemclassid": data.itemclassid,
|
|
|
- "discountrate": '100'
|
|
|
+ "discountrate": '1'
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
return {
|
|
|
"sa_contract_itemsaleclassid": 0,
|
|
|
"itemclassid": item.itemclassid,
|
|
|
- "discountrate": '100'
|
|
|
+ "discountrate": '1'
|
|
|
}
|
|
|
})
|
|
|
|