手工叫料

This commit is contained in:
2025-09-01 16:11:01 +08:00
parent a3a4842295
commit c24816b0d9

View File

@@ -164,13 +164,17 @@
} }
}, },
selectChange (e) { selectChange (e) {
this.index = e if (e) {
this.index2 = '' this.index = e
this._getPdaVehicleCodeBySectCode(e) this.index2 = ''
this._getPdaVehicleCodeBySectCode(e)
}
}, },
selectChange2 (e) { selectChange2 (e) {
this.index2 = e this.index2 = e
this._getMaterialSuppByVehicleCode() if (this.index && this.index2) {
this._getMaterialSuppByVehicleCode()
}
}, },
selectChange4 (e) { selectChange4 (e) {
this.index4 = e this.index4 = e