|
@@ -442,7 +442,7 @@ const PurchaseTabColumns = [
|
|
|
isDrug: 'isDrug',
|
|
|
rateCode: "materialRateName",
|
|
|
materialManufacturersCode: "materialManufacturersCode",
|
|
|
- material_remark: "remark",
|
|
|
+ materialRemark: "remark",
|
|
|
},
|
|
|
queryParams: () => ({}),
|
|
|
width: 180,
|
|
@@ -480,7 +480,7 @@ const PurchaseTabColumns = [
|
|
|
readonly: true,
|
|
|
},
|
|
|
{
|
|
|
- key: "material_remark",
|
|
|
+ key: "materialRemark",
|
|
|
title: "物料备注",
|
|
|
inputType: "Input",
|
|
|
disabled: true,
|
|
@@ -1271,7 +1271,7 @@ const CauseTabColumns = [
|
|
|
isDrug: 'isDrug',
|
|
|
rateCode: "materialRateName",
|
|
|
materialManufacturersCode: "materialManufacturersCode",
|
|
|
- material_remark: "remark",
|
|
|
+ materialRemark: "remark",
|
|
|
},
|
|
|
queryParams: () => ({}),
|
|
|
},
|
|
@@ -1308,7 +1308,7 @@ const CauseTabColumns = [
|
|
|
readonly: true,
|
|
|
},
|
|
|
{
|
|
|
- key: "material_remark",
|
|
|
+ key: "materialRemark",
|
|
|
title: "物料备注",
|
|
|
inputType: "Input",
|
|
|
disabled: true,
|