Skip to content

Commit

Permalink
0525
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustlxx committed May 25, 2017
1 parent b5046d8 commit ba24ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions testcase/goods/goods.js
Original file line number Diff line number Diff line change
Expand Up @@ -3921,6 +3921,10 @@ function ts100117() {
// 1.门店库存是否允许跨门店查询 设置为 默认门店可自由查询各自库存
// 2.后台PAD店长权限里勾上货品进销存
function test100120() {
var qo = { "备注" : "门店库存是否允许跨门店查询" };
var o = { "新值" : "1", "数值" : [ "默认门店可自由查询", "in" ] };
setGlobalParam(qo, o);

tapMenu("货品管理", "货品进销存");
query();
var qr = getQR();
Expand Down Expand Up @@ -4884,6 +4888,7 @@ function ts100183() {
if (colorSize == "no") {
jo["库存录入"][0]["颜色"] = "均色";
}
keys["厂商"]="vell";
var json = addGoodsSimple(keys, jo);

return isAnd(ret, !hasAlerts());
Expand Down
5 changes: 1 addition & 4 deletions testcase/purchase/purchase.js
Original file line number Diff line number Diff line change
Expand Up @@ -3246,10 +3246,7 @@ function ts120094Field() {
*/
function ts120095() {
var keys = { "日期从" : getDay(-30), "门店" : "中洲店" };
tapMenu("采购入库");

tapMenu2("按汇总");
tapMenu3("按款号汇总");
tapMenu("采购入库","按汇总","按款号汇总");//可能无法点击"按汇总",不稳定
var fields = purchaseCodeFields(keys);
query(fields);
var qr = getQR();
Expand Down

0 comments on commit ba24ba6

Please sign in to comment.