|
@@ -408,41 +408,55 @@ export const TabColumns = [
|
|
|
title: "物料编码",
|
|
|
inputType: "Input",
|
|
|
width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ //classifyIdName classifyId
|
|
|
key: "materialClassify",
|
|
|
title: "物料分类",
|
|
|
inputType: "Input",
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ // manufacturersMaterialCode manufacturersMaterialName
|
|
|
key: "materialManufacturersCode",
|
|
|
title: "厂家物料编码",
|
|
|
inputType: "Input",
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ //specification
|
|
|
key: "specification",
|
|
|
- title: "规格",
|
|
|
- inputType: "Input",
|
|
|
- width: 180
|
|
|
+ title: "规格",
|
|
|
+ inputType: "Input",
|
|
|
+ width: 180 ,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ //model
|
|
|
key: "model",
|
|
|
- title: "型号",
|
|
|
- inputType: "Input",
|
|
|
- },
|
|
|
+ title: "型号",
|
|
|
+ inputType: "Input",
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
+ },
|
|
|
{ //isMedicine isMedicineValue
|
|
|
key: "isMedcine",
|
|
|
- title: "医药物料",
|
|
|
- inputType: "Input",
|
|
|
- width: 180
|
|
|
+ title: "医药物料",
|
|
|
+ inputType: "Input",
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ // manufacturerId manufacturerIdName
|
|
|
key: "manufacturer",
|
|
|
title: "生产厂家代理人",
|
|
|
inputType: "Input",
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{
|
|
|
key: "isDrug",
|
|
@@ -454,6 +468,8 @@ export const TabColumns = [
|
|
|
key: "unit",
|
|
|
title: "单位",
|
|
|
inputType: "Input",
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{
|
|
|
key: "qty",
|
|
@@ -467,8 +483,8 @@ export const TabColumns = [
|
|
|
{ //materialRate materialRateName
|
|
|
key: "tax",
|
|
|
title: "税率",
|
|
|
- inputType: "Input",
|
|
|
- },
|
|
|
+ inputType: "Input",
|
|
|
+ },
|
|
|
{ key: "taxDeductMoneya", title: "折扣金额", inputType: "Input", },
|
|
|
{ key: "arrivalQty", title: "已到货数量", inputType: "Input", },
|
|
|
{ key: "unarrivedQty", title: "未到货数量", inputType: "Input", },
|
|
@@ -520,14 +536,18 @@ export const TabColumns = [
|
|
|
title: "存储条件",
|
|
|
inputType: "Select",
|
|
|
referName: "sys_storage_condition", // 字典名
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ // transportationCondition transportationConditionName
|
|
|
key: "carriageCondition",
|
|
|
title: "运输条件",
|
|
|
inputType: "Select",
|
|
|
referName: "sys_conditions_carriage", // 字典名
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
|
|
|
{ key: "isBatchLock", title: "批号锁定标识", inputType: "Checkbox", },
|
|
@@ -559,26 +579,34 @@ export const TabColumns = [
|
|
|
key: "materialClassifyOneName",
|
|
|
title: "物料一级分类名称",
|
|
|
inputType: "Input",
|
|
|
- width: 180
|
|
|
- },
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
+ },
|
|
|
{ //twoClass
|
|
|
key: "materialClassifyTwoName",
|
|
|
- title: "物料二级分类名称",
|
|
|
- inputType: "Input",
|
|
|
- width: 180
|
|
|
- },
|
|
|
+ title: "物料二级分类名称",
|
|
|
+ inputType: "Input",
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
+ },
|
|
|
{ //threeClass
|
|
|
key: "materialClassifyThreeName",
|
|
|
title: "物料三级分类名称",
|
|
|
inputType: "Input",
|
|
|
- width: 180
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
},
|
|
|
{ //fourClass
|
|
|
key: "materialClassifyFourName",
|
|
|
title: "物料四级分类名称",
|
|
|
- inputType: "Input",
|
|
|
- width: 180
|
|
|
- },
|
|
|
+ inputType: "Input",
|
|
|
+ width: 180,
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
+ },
|
|
|
{
|
|
|
key: "price",
|
|
|
title: "无税单价",
|
|
@@ -590,7 +618,7 @@ export const TabColumns = [
|
|
|
title: '执行结果',
|
|
|
key: 'puOrderExecuteList',
|
|
|
tableColumns: [
|
|
|
- { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
+ // { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
{ key: "rowno", title: "行号", inputType: "Input", },
|
|
|
{
|
|
|
key: "materialName",
|
|
@@ -620,7 +648,13 @@ export const TabColumns = [
|
|
|
queryParams: () => ({}),
|
|
|
width: 180
|
|
|
},
|
|
|
- { key: "specification", title: "规格", inputType: "Input", },
|
|
|
+ {
|
|
|
+ key: "specification",
|
|
|
+ title: "规格",
|
|
|
+ inputType: "Input",
|
|
|
+ disabled:true,
|
|
|
+ readonly:true,
|
|
|
+ },
|
|
|
{
|
|
|
key: "qty",
|
|
|
title: "数量",
|