|
@@ -393,7 +393,7 @@ export const TabColumns = [
|
|
|
isMedcine:'isMedicineValue',
|
|
|
manufacturer:'manufacturerIdName',
|
|
|
unit:'unitIdName',
|
|
|
- tax:'materialRateName',
|
|
|
+ // tax:'materialRateName',
|
|
|
storageCondition:'storageCondition',
|
|
|
carriageCondition:'transportationCondition',
|
|
|
materialClassifyOneName:'oneClass',
|
|
@@ -473,7 +473,7 @@ export const TabColumns = [
|
|
|
{ key: "arrivalQty", title: "已到货数量", inputType: "Input", },
|
|
|
{ key: "unarrivedQty", title: "未到货数量", inputType: "Input", },
|
|
|
{ key: "notaxMoney", title: "无税金额", inputType: "Input", },
|
|
|
- { key: "priceSource", title: "价格目录ID", inputType: "Input", },
|
|
|
+ // { key: "priceSource", title: "价格目录ID", inputType: "Input", },
|
|
|
{ key: "isStorage", title: "入库关闭", inputType: "Checkbox", },
|
|
|
{ key: "isInvoice", title: "开票关闭", inputType: "Checkbox", },
|
|
|
{ key: "isArrival", title: "到货关闭", inputType: "Checkbox", },
|
|
@@ -609,7 +609,7 @@ export const TabColumns = [
|
|
|
isMedcine:'isMedicineValue',
|
|
|
manufacturer:'manufacturerIdName',
|
|
|
unit:'unitIdName',
|
|
|
- tax:'materialRateName',
|
|
|
+ // tax:'materialRateName',
|
|
|
storageCondition:'storageCondition',
|
|
|
carriageCondition:'transportationCondition',
|
|
|
materialClassifyOneName:'oneClass',
|