Commit ea6cdaf0 by LJM

add

parent 75cee3c4
Showing with 3 additions and 0 deletions
......@@ -243,6 +243,9 @@
* 检测入仓号是否理货
*/
checkErpOrderSnIsTally() {
if (!this.form.erp_order_sn) {
return;
}
this.request(API.checkErpOrderSnIsTally, 'GET', { erp_order_sn: this.form.erp_order_sn }, true).then(res => {
if (res.err_code === 0) {
this.getTallyGoods();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment