Commit 8057d335 authored by youjie's avatar youjie

详情页定位日期

parent 9b2dbd09
......@@ -947,11 +947,9 @@
},
open(index) {
this.$refs.uDropdown.highlight();
console.log(this.$refs.uDropdown.active,'-----')
},
close(index) {
this.$refs.uDropdown.highlight(index);
console.log(this.$refs.uDropdown.highlight(index),'-----33')
},
research() {
this.msg.pageIndex = 1;
......
......@@ -1806,9 +1806,13 @@
this.getDayInfo(temp);
}
}
this.dataList.priceList.forEach((x) => {
this.dataList.priceList.forEach((x,index) => {
if (x.tcid == this.delMsg.tcid) {
this.delMsg.tcnum = x.tcnum;
if(index>2){
this.customerDate = x
}
}
if (x.remainNum > 0 || x.isSubstitution==1) {
this.canCreateOrder = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment