修改问题
This commit is contained in:
@@ -325,10 +325,12 @@ export default {
|
||||
this.areatype = "'31'"
|
||||
} else if (this.mstrow.bill_type === '010201' || this.mstrow.bill_type === '010202' || this.mstrow.bill_type === '010401') {
|
||||
this.areatype = "'21'"
|
||||
} else if (this.mstrow.bill_type === '010503' || this.mstrow.bill_type === '010501' || this.mstrow.bill_type === '010801') {
|
||||
} else if (this.mstrow.bill_type === '010503' || this.mstrow.bill_type === '010501') {
|
||||
this.areatype = "'22','23','24'"
|
||||
} else if (this.mstrow.bill_type === '010502') {
|
||||
this.areatype = "'21','22','23','24'"
|
||||
} else if (this.mstrow.bill_type === '010801') {
|
||||
this.areatype = "'22','23','24','31','35'"
|
||||
} else if (this.mstrow.bill_type === '010601') {
|
||||
this.areatype = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user