dev:优化

This commit is contained in:
2023-12-05 15:43:59 +08:00
parent 8cab2ee440
commit f256124e79
15 changed files with 46 additions and 34 deletions

View File

@@ -96,7 +96,7 @@
<el-button
slot="right"
class="filter-item"
type="warning"
type="success"
:permission="permission"
:disabled="confirm_flag"
:loading="loading_button"
@@ -109,7 +109,7 @@
<el-button
slot="right"
class="filter-item"
type="warning"
type="danger"
:permission="permission"
:disabled="confirm_flag"
icon="el-icon-close"

View File

@@ -652,6 +652,7 @@ export default {
const data = {
'point_code': this.form2.point_code,
'iostorinv_id': this.mstrow.iostorinv_id,
'bill_code': this.mstrow.bill_code,
'checked': this.checked
}
checkoutbill.allSetPoint(data).then(res => {