Browse Source

修改库存盘点负责人选择为标签输入

lwx_dev
erdanergou 3 years ago
parent
commit
9cb16bbf53
  1. 2
      src/main/resources/templates/pages/stockTaking/stockTaking.html
  2. 2
      target/classes/templates/pages/stockTaking/stockTaking.html

2
src/main/resources/templates/pages/stockTaking/stockTaking.html

@ -358,6 +358,8 @@
tagData.push(item) tagData.push(item)
} }
}); });
$("#departmentManager").val("");
let tagLabel= inputTag.render({ let tagLabel= inputTag.render({

2
target/classes/templates/pages/stockTaking/stockTaking.html

@ -358,6 +358,8 @@
tagData.push(item) tagData.push(item)
} }
}); });
$("#departmentManager").val("");
let tagLabel= inputTag.render({ let tagLabel= inputTag.render({

Loading…
Cancel
Save