sth
This commit is contained in:
parent
c5327ad8d2
commit
a5939aff5d
|
|
@ -409,7 +409,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
|
||||||
url: 'aftersales/aftersale/add',
|
url: 'aftersales/aftersale/add',
|
||||||
dropdown: "更多",
|
dropdown: "更多",
|
||||||
visible: function (row) {
|
visible: function (row) {
|
||||||
if (row.status !== -10 && row.status !== 70) {
|
if (row.status !== -10 && row.status !== 70 && row.aftersale_id === 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user