代码更新

This commit is contained in:
2022-11-01 18:21:57 +08:00
parent 49112b926f
commit c9ad8c46f1
6 changed files with 32 additions and 21 deletions

View File

@@ -360,6 +360,8 @@ export default {
return
}
this.materShow = true
this.nowindex = index
this.nowrow = row
/* checkoutbill.paramByCodeType({ 'bill_type': this.form.bill_type }).then(res => {
this.materType = res.materType
this.nowindex = index
@@ -379,6 +381,7 @@ export default {
tableChanged(rows) {
const tablemap = new Map()
rows.forEach((item) => {
debugger
if (this.form.tableData.length !== 0) {
this.flagnow = false
for (let i = 0; i < this.form.tableData.length; i++) {