This commit is contained in:
xman 2025-06-19 15:21:40 +08:00
parent bc9aa3fb57
commit 81a499ebfe

View File

@ -409,7 +409,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
url: 'aftersales/aftersale/add',
dropdown: "更多",
visible: function (row) {
if (row.status !== -10 && row.status !== 70 && row.aftersale_id === 0) {
if (row.status !== -10 && row.status !== 70 && row.aftersale_id <= 0) {
return true;
}
return false;