|
@@ -597,9 +597,8 @@ export default {
|
|
|
id: "",
|
|
|
};
|
|
|
},
|
|
|
- created(){
|
|
|
-
|
|
|
- // this.this.ruleForm.arrtime = this.sitem.in_arrival_time.substring(0, 10);
|
|
|
+ created() {
|
|
|
+ // this.this.ruleForm.arrtime = this.sitem.in_arrival_time.substring(0, 10);
|
|
|
},
|
|
|
watch: {
|
|
|
showModel: function (val) {
|
|
@@ -795,13 +794,13 @@ export default {
|
|
|
this.loading = false;
|
|
|
return;
|
|
|
}
|
|
|
- if (parseInt(good_num + "") !== addrT && sendtype === "2") {
|
|
|
+ if (parseInt(good_num + "") !== addrT) {
|
|
|
this.$message.warning("收货总数量与购买不一致!");
|
|
|
this.loading = false;
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
- console.log(model);
|
|
|
+ this.loading = false
|
|
|
let res = await asyncRequest.consultorder(model);
|
|
|
this.loading = false;
|
|
|
if (res && res.code === 0) {
|