|
|
|
@ -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
|
|
|
|
|