|
@@ -44,7 +44,7 @@ function orderAction(e) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (record.OrderState == -1) {
|
|
if (record.OrderState == -1) {
|
|
|
- html += getGridBtn("memo", "通过审核", "passToOrder('" + id + "')");
|
|
|
|
|
|
|
+ html += getGridBtn("memo2", "通过审核", "passToOrder('" + id + "')");
|
|
|
}
|
|
}
|
|
|
if (record.seller_memo.indexOf("S_") > -1) {
|
|
if (record.seller_memo.indexOf("S_") > -1) {
|
|
|
if (userPostCode == "AfterSaleMaster" || userPostCode == "SysAdmin" || userPostCode == "AfterSale" || userId == "82" || userId == "2846") {
|
|
if (userPostCode == "AfterSaleMaster" || userPostCode == "SysAdmin" || userPostCode == "AfterSale" || userId == "82" || userId == "2846") {
|
|
@@ -54,7 +54,9 @@ function orderAction(e) {
|
|
|
if (!record.spu_id) {
|
|
if (!record.spu_id) {
|
|
|
html += getGridBtn("edit", "spu", "changeSpuId('" + record.tid + "','" + id + "')");
|
|
html += getGridBtn("edit", "spu", "changeSpuId('" + record.tid + "','" + id + "')");
|
|
|
}
|
|
}
|
|
|
- html += getGridBtn("upload", "上传地址", "uploaderAddress('" + record.tid + "')");
|
|
|
|
|
|
|
+ if (record.OrderState < 7) {
|
|
|
|
|
+ html += getGridBtn("import", "上传地址", "uploaderAddress('" + record.tid + "')");
|
|
|
|
|
+ }
|
|
|
//html += getGridBtn("edit", "删除", "deleteFn('" + id + "')");
|
|
//html += getGridBtn("edit", "删除", "deleteFn('" + id + "')");
|
|
|
//html += getGridBtn("edit", "重置", "resetFn('" + id + "')");
|
|
//html += getGridBtn("edit", "重置", "resetFn('" + id + "')");
|
|
|
return html;
|
|
return html;
|