|
@@ -1243,7 +1243,7 @@ export default {
|
|
// 设置erp账户
|
|
// 设置erp账户
|
|
showErpAccountSetDialog() {
|
|
showErpAccountSetDialog() {
|
|
this.erpAccountDialog.open = true;
|
|
this.erpAccountDialog.open = true;
|
|
- this.erpAccountDialog.loading = true;
|
|
|
|
|
|
+ // this.erpAccountDialog.loading = true;
|
|
this.erpSettingType = 'set'
|
|
this.erpSettingType = 'set'
|
|
// this.getErpAccountList();
|
|
// this.getErpAccountList();
|
|
this.calculateOrderSummary();
|
|
this.calculateOrderSummary();
|
|
@@ -1251,7 +1251,7 @@ export default {
|
|
//显示ERP账户选择对话框
|
|
//显示ERP账户选择对话框
|
|
showErpAccountDialog() {
|
|
showErpAccountDialog() {
|
|
this.erpAccountDialog.open = true;
|
|
this.erpAccountDialog.open = true;
|
|
- this.erpAccountDialog.loading = true;
|
|
|
|
|
|
+ // this.erpAccountDialog.loading = true;
|
|
this.erpSettingType = 'push'
|
|
this.erpSettingType = 'push'
|
|
// this.getErpAccountList();
|
|
// this.getErpAccountList();
|
|
this.calculateOrderSummary();
|
|
this.calculateOrderSummary();
|