写一段JQuery 实现以下逻辑 var hd =$('#txtHeadRailQty').val();// 这个是Common ValanceHeadRail Number: if(hd == 2) //HeadRail Number:2 var cm =$('#CommonValance').val(); //这个是Blind Type if(cm == 'Common Valance') //Blind Type為Common Valance var mt= $('#txtMeasuringType').val()// 这个为WS 或者MFF if(mt =='WS') 这个为WS if(mt == 'MFF') 这个为MFF var lw =$('#txtLeftWidth').val();//这个是Left Width var ltp =$('#txtLeftTiltPos').val(); 这个是Left Width 对应的wand var cw =$('#txtCenterWidth').val();这个 是Center Left Width var ltp =$('#txtCenterTiltPos').val(); 这个是Center Left Width 对应的wand var cwb =$('#txtCenterWidthB').val();//这个是Center Right Width var ltp =$('#txtCenterTiltPosB').val(); 这个是Center Right Width 对应的wand var rw =$('#txtRightWidth').val();//这个是Right Width var ltp =$('#txtRightTiltPos').val(); 这个是Right Width 对应的wand var lgw = $('#txtLeftGapWidth').val() // 这个是Left Gap Width var rgw =$('#txtRightGapWidth').val() //这个是Right Gap Width var cgw = $('#txtCenterGapWidth').val() // 这个是Center Gap Width HeadRail Number:2,WS時 Left Width在 165mm+5mm+Left Gap Width/2~380+5mm+Left Gap Width/2時,Wand值需顯示C Right Width在 165mm+5mm+Left Gap Width/2~380+5mm+Left Gap Width/2時,Wand值需顯示C HeadRail Number:3,WS時 Left Width在 165mm+5mm+Left Gap Width/2~380+5mm+Left Gap Width/2時,Wand值需顯示C Center Width 在 165mm+Left Gap Width/2+Right Gap Width/2~380+Left Gap Width/2+Right Gap Width/2 時,Wand值需顯示C Right Width在 165mm+5mm+ Right Gap Width/2~380+5mm+ Right Gap Width/2時,Wand值需顯示C HeadRail Number:4,WS時 Left Width在 165mm+5mm+Left Gap Width/2~380+5mm+Left Gap Width/2時,Wand值需顯示C Center Left Width 在 165mm+Left Gap Width/2+ Center Gap Width/2~380+Left Gap Width/2+ Center Gap Width/2時,Wand值需顯示C Center Right Width 在 165mm+ Center Gap Width/2+ Right Gap Width/2~380+ Center Gap Width/2+ Right Gap Width/2時,Wand值需顯示C Right Width在 165mm+5mm+ Right Gap Width/2~380+5mm+ Right Gap Width/2時,Wand值需顯示C HeadRail Number:2,MFF時 Left Width在 165mm+Left Gap Width/2~380+Left Gap Width/2時,Wand值需顯示C Right Width在 165mm+Left Gap Width/2~380+Left Gap Width/2時,Wand值需顯示C HeadRail Number:3,MFF時 Left Width在 165mm+Left Gap Width/2~380+Left Gap Width/2時,Wand值需顯示C Center Width 在 165mm+Left Gap Width/2+Right Gap Width/2~380+Left Gap Width/2+Right Gap Width/2 時,Wand值需顯示C Right Width在 165mm+ Right Gap Width/2~380+ Right Gap Width/2時,Wand值需顯示C HeadRail Number:4,MFF時 Left Width在 165mm+Left Gap Width/2~380+Left Gap Width/2時,Wand值需顯示C Center Left Width 在 165mm+Left Gap Width/2+ Center Gap Width/2~380+Left Gap Width/2+ Center Gap Width/2時,Wand值需顯示C Center Right Width 在 165mm+ Center Gap Width/2+ Right Gap Width/2~380+ Center Gap Width/2+ Right Gap Width/2時,Wand值需顯示C Right Width在 165mm+ Right Gap Width/2~380+ Right Gap Width/2時,Wand值需顯示C
时间: 2024-03-29 12:41:55 浏览: 77
以下是使用JQuery实现以上逻辑的代码:
var hd = $('#txtHeadRailQty').val();
var cm = $('#CommonValance').val();
var mt = $('#txtMeasuringType').val();
var lw = $('#txtLeftWidth').val();
var ltp = $('#txtLeftTiltPos').val();
var cw = $('#txtCenterWidth').val();
var cltp = $('#txtCenterTiltPos').val();
var cwb = $('#txtCenterWidthB').val();
var crtp = $('#txtCenterTiltPosB').val();
var rw = $('#txtRightWidth').val();
var rtp = $('#txtRightTiltPos').val();
var lgw = $('#txtLeftGapWidth').val();
var rgw = $('#txtRightGapWidth').val();
var cgw = $('#txtCenterGapWidth').val();
if (hd == 2) {
if (mt == 'WS') {
if (lw >= 165 + 5 + lgw / 2 && lw <= 380 + 5 + lgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + 5 + rgw / 2 && rw <= 380 + 5 + rgw / 2) {
// display Wand value for Center
}
}
} else if (hd == 3) {
if (mt == 'WS') {
if (lw >= 165 + 5 + lgw / 2 && lw <= 380 + 5 + lgw / 2) {
// display Wand value for Center
}
if (cw >= 165 + lgw / 2 + rgw / 2 && cw <= 380 + lgw / 2 + rgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + 5 + rgw / 2 && rw <= 380 + 5 + rgw / 2) {
// display Wand value for Center
}
}
} else if (hd == 4) {
if (mt == 'WS') {
if (lw >= 165 + 5 + lgw / 2 && lw <= 380 + 5 + lgw / 2) {
// display Wand value for Center
}
if (cw >= 165 + lgw / 2 + cgw / 2 && cw <= 380 + lgw / 2 + cgw / 2) {
// display Wand value for Center
}
if (cwb >= 165 + cgw / 2 + rgw / 2 && cwb <= 380 + cgw / 2 + rgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + 5 + rgw / 2 && rw <= 380 + 5 + rgw / 2) {
// display Wand value for Center
}
}
} else if (hd == 2) {
if (mt == 'MFF') {
if (lw >= 165 + lgw / 2 && lw <= 380 + lgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + lgw / 2 && rw <= 380 + lgw / 2) {
// display Wand value for Center
}
}
} else if (hd == 3) {
if (mt == 'MFF') {
if (lw >= 165 + lgw / 2 && lw <= 380 + lgw / 2) {
// display Wand value for Center
}
if (cw >= 165 + lgw / 2 + rgw / 2 && cw <= 380 + lgw / 2 + rgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + rgw / 2 && rw <= 380 + rgw / 2) {
// display Wand value for Center
}
}
} else if (hd == 4) {
if (mt == 'MFF') {
if (lw >= 165 + lgw / 2 && lw <= 380 + lgw / 2) {
// display Wand value for Center
}
if (cw >= 165 + lgw / 2 + cgw / 2 && cw <= 380 + lgw / 2 + cgw / 2) {
// display Wand value for Center
}
if (cwb >= 165 + cgw / 2 + rgw / 2 && cwb <= 380 + cgw / 2 + rgw / 2) {
// display Wand value for Center
}
if (rw >= 165 + rgw / 2 && rw <= 380 + rgw / 2) {
// display Wand value for Center
}
}
}
阅读全文