no message

cyl/master-0804
jscyl13849007907 3 months ago
parent d12c065aff
commit efeddbee76

@ -505,19 +505,19 @@ export default {
}; };
}) })
); );
let _upAgencyName = ''; // let _upAgencyName = '';
if (that.detailRes.status == 0) { // if (that.detailRes.status == 0) {
_upAgencyName = that.detailRes.fullName; // _upAgencyName = that.detailRes.fullName;
} else if (that.detailRes.status == 1) { // } else if (that.detailRes.status == 1) {
if (that.detailRes.providerNameAll) { // if (that.detailRes.providerNameAll) {
_upAgencyName = `${that.detailRes.providerName}${that.detailRes.providerNameAll}`; // _upAgencyName = `${that.detailRes.providerName}${that.detailRes.providerNameAll}`;
} else { // } else {
_upAgencyName = that.detailRes.providerName; // _upAgencyName = that.detailRes.providerName;
} // }
} else { // } else {
_upAgencyName = that.detailRes.userName; // _upAgencyName = that.detailRes.userName;
} // }
submitInfo.upAgencyName = _upAgencyName ? _upAgencyName : ''; // submitInfo.upAgencyName = _upAgencyName ? _upAgencyName : '';
console.log("submitInfo", submitInfo); console.log("submitInfo", submitInfo);
that.G.Post("/yishoudan/common/order/addBatch", submitInfo, (res) => { that.G.Post("/yishoudan/common/order/addBatch", submitInfo, (res) => {
// uni.hideLoading(); // uni.hideLoading();

Loading…
Cancel
Save