|
@@ -203,7 +203,7 @@
|
|
|
}
|
|
|
}
|
|
|
"
|
|
|
- @change="changeStorage(e)"
|
|
|
+ @change="changeStorage"
|
|
|
:disabled="
|
|
|
(['SAVE', 'PAY_NOT_TAKE'].indexOf(formData.flag) == -1 && formData.orderSource == 'ONLINE') ||
|
|
|
(formType != 0 && ['SAVE', 'PAY_NOT_TAKE'].indexOf(formData.flag) == -1)
|
|
@@ -786,7 +786,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.getWorker()
|
|
|
- this.getCategory(res.data.websitId)
|
|
|
+ this.getCategory(res.data.websitId, res.data.storageId)
|
|
|
this.getWarehouseList(res.data.websitId)
|
|
|
if (res.data.salesType == '工程') {
|
|
|
this.getProjectCollectionList(res.data.orderEnginBaseId)
|