Commit 8057d335 authored by youjie's avatar youjie

详情页定位日期

parent 9b2dbd09
...@@ -947,11 +947,9 @@ ...@@ -947,11 +947,9 @@
}, },
open(index) { open(index) {
this.$refs.uDropdown.highlight(); this.$refs.uDropdown.highlight();
console.log(this.$refs.uDropdown.active,'-----')
}, },
close(index) { close(index) {
this.$refs.uDropdown.highlight(index); this.$refs.uDropdown.highlight(index);
console.log(this.$refs.uDropdown.highlight(index),'-----33')
}, },
research() { research() {
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
......
...@@ -1806,9 +1806,13 @@ ...@@ -1806,9 +1806,13 @@
this.getDayInfo(temp); this.getDayInfo(temp);
} }
} }
this.dataList.priceList.forEach((x) => {
this.dataList.priceList.forEach((x,index) => {
if (x.tcid == this.delMsg.tcid) { if (x.tcid == this.delMsg.tcid) {
this.delMsg.tcnum = x.tcnum; this.delMsg.tcnum = x.tcnum;
if(index>2){
this.customerDate = x
}
} }
if (x.remainNum > 0 || x.isSubstitution==1) { if (x.remainNum > 0 || x.isSubstitution==1) {
this.canCreateOrder = true; 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