帖子
跟帖
积分
var row = $(this).attr("data-row"); if ($.MvcSheetUI.GetControlValue("出库量", row) >= $.MvcSheetUI.GetControlValue("仓库量", row)) { alert('出库量必须小于仓库量'); $(this).val(''); }