|
|
|
@ -215,18 +215,18 @@ $(function () {
|
|
|
|
|
showWeuiDialog(config);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/* $('#key_P').click(function () {
|
|
|
|
|
$('#key_P').click(function () {
|
|
|
|
|
if (window.requireRemark) {
|
|
|
|
|
if (!dataCache.remark) {
|
|
|
|
|
var config = {
|
|
|
|
|
title: '请先输入备注',
|
|
|
|
|
title: 'Please enter the remarks first',
|
|
|
|
|
template: ''
|
|
|
|
|
};
|
|
|
|
|
showWeuiDialog(config);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});*/
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#key_P').bind('touchstart', function () {
|
|
|
|
|
if (window.requireRemark) {
|
|
|
|
|