代码备份

20240912_adapter
yewj 5 months ago
parent 5da25b448f
commit b3a7f23d28

@ -826,7 +826,6 @@ export default {
JSON.parse(JSON.stringify(this.orderFormData))
)
tQuery.orderId = this.orderFormData.billNo
console.log(tQuery.orderId)
delmitBiz(tQuery).then((response) => {
if (response.code === 20000) {
// this.$message.success("");
@ -1508,7 +1507,6 @@ export default {
)
tQuery.orderId = this.orderFormData.billNo
tQuery.productType = 1
console.log(tQuery.orderId)
if (val == 1) {
//btn
this.checkLoading = true

@ -980,7 +980,6 @@ export default {
JSON.parse(JSON.stringify(this.orderFormData))
);
tQuery.orderId = this.orderFormData.billNo;
console.log(tQuery.orderId);
delmitBiz(tQuery).then((response) => {
if (response.code === 20000) {
// this.$message.success("");
@ -1599,7 +1598,6 @@ export default {
);
tQuery.orderId = this.orderFormData.billNo;
tQuery.productType = 1
console.log(tQuery.orderId);
if (val == 1) {
//btn
this.checkLoading = true

@ -906,7 +906,6 @@ export default {
JSON.parse(JSON.stringify(this.orderFormData))
);
tQuery.orderId = this.orderFormData.billNo;
console.log(tQuery.orderId);
delmitBiz(tQuery).then((response) => {
if (response.code === 20000) {
// this.$message.success("");
@ -1506,7 +1505,6 @@ export default {
);
tQuery.orderId = this.orderFormData.billNo;
tQuery.productType = 2
console.log(tQuery.orderId);
if (val == 1) {
//btn
this.checkLoading = true

Loading…
Cancel
Save