|
@@ -393,10 +393,10 @@ export const TabColumns = [
|
|
isMedcine:'isMedicineValue',
|
|
isMedcine:'isMedicineValue',
|
|
manufacturer:'manufacturerIdName',
|
|
manufacturer:'manufacturerIdName',
|
|
unit:'unitIdName',
|
|
unit:'unitIdName',
|
|
- tax:'materialRateName',
|
|
|
|
|
|
+ // tax:'materialRateName',
|
|
storageCondition:'storageCondition',
|
|
storageCondition:'storageCondition',
|
|
carriageCondition:'transportationCondition',
|
|
carriageCondition:'transportationCondition',
|
|
- materialClassifyOneName:'threeClass',
|
|
|
|
|
|
+ materialClassifyOneName:'oneClass',
|
|
materialClassifyTwoName:'twoClass',
|
|
materialClassifyTwoName:'twoClass',
|
|
materialClassifyThreeName:'threeClass',
|
|
materialClassifyThreeName:'threeClass',
|
|
materialClassifyFourName:'fourClass',
|
|
materialClassifyFourName:'fourClass',
|
|
@@ -473,7 +473,7 @@ export const TabColumns = [
|
|
{ key: "arrivalQty", title: "已到货数量", inputType: "Input", },
|
|
{ key: "arrivalQty", title: "已到货数量", inputType: "Input", },
|
|
{ key: "unarrivedQty", title: "未到货数量", inputType: "Input", },
|
|
{ key: "unarrivedQty", title: "未到货数量", inputType: "Input", },
|
|
{ key: "notaxMoney", 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: "isStorage", title: "入库关闭", inputType: "Checkbox", },
|
|
{ key: "isInvoice", title: "开票关闭", inputType: "Checkbox", },
|
|
{ key: "isInvoice", title: "开票关闭", inputType: "Checkbox", },
|
|
{ key: "isArrival", title: "到货关闭", inputType: "Checkbox", },
|
|
{ key: "isArrival", title: "到货关闭", inputType: "Checkbox", },
|
|
@@ -609,10 +609,10 @@ export const TabColumns = [
|
|
isMedcine:'isMedicineValue',
|
|
isMedcine:'isMedicineValue',
|
|
manufacturer:'manufacturerIdName',
|
|
manufacturer:'manufacturerIdName',
|
|
unit:'unitIdName',
|
|
unit:'unitIdName',
|
|
- tax:'materialRateName',
|
|
|
|
|
|
+ // tax:'materialRateName',
|
|
storageCondition:'storageCondition',
|
|
storageCondition:'storageCondition',
|
|
carriageCondition:'transportationCondition',
|
|
carriageCondition:'transportationCondition',
|
|
- materialClassifyOneName:'threeClass',
|
|
|
|
|
|
+ materialClassifyOneName:'oneClass',
|
|
materialClassifyTwoName:'twoClass',
|
|
materialClassifyTwoName:'twoClass',
|
|
materialClassifyThreeName:'threeClass',
|
|
materialClassifyThreeName:'threeClass',
|
|
materialClassifyFourName:'fourClass'
|
|
materialClassifyFourName:'fourClass'
|