优化销售出库单据,改为选择关联单据的方式

This commit is contained in:
季圣华
2020-10-23 00:03:29 +08:00
parent cc7df2b44d
commit 4ac640c59a
8 changed files with 258 additions and 17 deletions

View File

@@ -7,12 +7,18 @@
#bill .retail_back{
display: none;
}
#bill .purchase_orders{
display: none;
}
#bill .purchase_in{
display: none;
}
#bill .purchase_back{
display: none;
}
#bill .sale_orders{
display: none;
}
#bill .sale_out{
display: none;
}

View File

@@ -54,4 +54,10 @@
color:blue;
text-decoration:underline;
cursor:pointer;
}
#depotHeadDlgShow .n-link{
color:blue;
text-decoration:underline;
cursor:pointer;
}