|
|
@@ -808,7 +808,7 @@ export default {
|
|
|
if(isAutoFlow == 'false'){
|
|
|
let totalAmountUSD = _self.modelData.data.totalAmountUSD.displayValue[0];
|
|
|
if(totalAmountUSD < 5000){
|
|
|
- let url = 'plugin/x-spreadsheet/index.html?processReportNo=20221110_200758&recordId=' + _self.recordId;
|
|
|
+ let url = '/static/x-spreadsheet/index.html?processReportNo=20221110_200758&recordId=' + _self.recordId;
|
|
|
window.open(url);
|
|
|
// window.layer.open({
|
|
|
// title: '查看ADA审批人报告',
|
|
|
@@ -820,7 +820,7 @@ export default {
|
|
|
// });
|
|
|
}
|
|
|
if(totalAmountUSD > 5000){
|
|
|
- let url = 'plugin/x-spreadsheet/index.html?processReportNo=20221117_022208&recordId=' + _self.recordId;
|
|
|
+ let url = '/static/x-spreadsheet/index.html?processReportNo=20221117_022208&recordId=' + _self.recordId;
|
|
|
window.open(url);
|
|
|
// window.layer.open({
|
|
|
// title: '查看ADA审批人报告',
|
|
|
@@ -833,7 +833,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
}else{
|
|
|
- let url = 'plugin/x-spreadsheet/index.html?processReportNo=20221117_013808&recordId=' + _self.recordId;
|
|
|
+ let url = '/static/x-spreadsheet/index.html?processReportNo=20221117_013808&recordId=' + _self.recordId;
|
|
|
window.open(url);
|
|
|
// window.layer.open({
|
|
|
// title: '查看Auto_ADA审批人报告',
|
|
|
@@ -848,7 +848,7 @@ export default {
|
|
|
if(_self.windowNo == '20220703_174047'){
|
|
|
let totalAmountUSD = _self.modelData.data.totalAmountUSD.displayValue[0];
|
|
|
if(totalAmountUSD < 5000){
|
|
|
- let url = 'plugin/x-spreadsheet/index.html?processReportNo=20221110_204424&recordId=' + _self.recordId;
|
|
|
+ let url = '/static/x-spreadsheet/index.html?processReportNo=20221110_204424&recordId=' + _self.recordId;
|
|
|
window.open(url);
|
|
|
// window.layer.open({
|
|
|
// title: '查看ATA审批人报告',
|
|
|
@@ -860,7 +860,7 @@ export default {
|
|
|
// });
|
|
|
}
|
|
|
if(totalAmountUSD > 5000){
|
|
|
- let url = 'plugin/x-spreadsheet/index.html?processReportNo=20221117_025516&recordId=' + _self.recordId;
|
|
|
+ let url = '/static/x-spreadsheet/index.html?processReportNo=20221117_025516&recordId=' + _self.recordId;
|
|
|
window.open(url);
|
|
|
// window.layer.open({
|
|
|
// title: '查看ATA审批人报告',
|