|
|
|
@ -357,14 +357,6 @@ $(function () {
|
|
|
|
|
buildDialog(config.template);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function inputRemark() {
|
|
|
|
|
var config = {
|
|
|
|
|
template: "请先输入备注"
|
|
|
|
|
}
|
|
|
|
|
buildDialog(config);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function buildDialog(template) {
|
|
|
|
|
var defaultConfig = {backdrop: true};
|
|
|
|
|
config = $.extend({}, defaultConfig, config);
|
|
|
|
|