|
|
|
@ -5457,7 +5457,7 @@ export default { |
|
|
|
lock: true, |
|
|
|
text: '正在加载商品组数据...', |
|
|
|
spinner: 'el-icon-loading', |
|
|
|
background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
background: 'rgba(0, 0, 0, 0.3)' |
|
|
|
}) |
|
|
|
|
|
|
|
// 先查询该BU下所有商品组1 |
|
|
|
@ -5513,7 +5513,7 @@ export default { |
|
|
|
lock: true, |
|
|
|
text: '正在加载ProcessTimeMatrix数据...', |
|
|
|
spinner: 'el-icon-loading', |
|
|
|
background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
background: 'rgba(0, 0, 0, 0.3)' |
|
|
|
}) |
|
|
|
} else { |
|
|
|
// 更新loading文本 |
|
|
|
@ -5689,7 +5689,7 @@ export default { |
|
|
|
lock: true, |
|
|
|
text: '正在添加参数...', |
|
|
|
spinner: 'el-icon-loading', |
|
|
|
background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
background: 'rgba(0, 0, 0, 0.3)' |
|
|
|
}) |
|
|
|
|
|
|
|
// 直接添加该行的参数 |
|
|
|
|