|
@@ -614,130 +614,130 @@ const PurchaseTabColumns =[
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- title: '执行结果',
|
|
|
- key: 'puOrderExecuteList',
|
|
|
- tableColumns: [
|
|
|
- // { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
- {
|
|
|
- key: "rowno",
|
|
|
- title: "行号",
|
|
|
- inputType: "Input",
|
|
|
- disabled:true,
|
|
|
- require:false,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "materialName",
|
|
|
- title: "物料",
|
|
|
- inputType: "PopoverSelect",
|
|
|
- width: 180,
|
|
|
- require: true,
|
|
|
- valueKey: "id",
|
|
|
- referName: "MATERIAL_PARAM",
|
|
|
- dataMapping: {
|
|
|
- material: "id",
|
|
|
- materialName: "name",
|
|
|
- materialCode: "code",
|
|
|
- // materialClassify:'classifyIdName',
|
|
|
- materialManufacturersCode:'manufacturersMaterialCode',
|
|
|
- specification:'specification',
|
|
|
- model:'model',
|
|
|
- isMedcine:'isMedicine',
|
|
|
- manufacturer:'manufacturerId',
|
|
|
- manufacturerName:'manufacturerIdName',
|
|
|
- unit:'unitId',
|
|
|
- unitName:'unitIdName',
|
|
|
- // tax:'materialRateName',
|
|
|
- storageCondition:'storageCondition',
|
|
|
- carriageCondition:'transportationCondition',
|
|
|
- materialClassifyOneName:'oneClass',
|
|
|
- materialClassifyTwoName:'twoClass',
|
|
|
- materialClassifyThreeName:'threeClass',
|
|
|
- materialClassifyFourName:'fourClass',
|
|
|
- registration:'registrationNo',
|
|
|
- isDrug:'isDrug',
|
|
|
- },
|
|
|
- queryParams: () => ({}),
|
|
|
- width:180,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "specification",
|
|
|
- title: "规格",
|
|
|
- inputType: "Input",
|
|
|
- disabled:true,
|
|
|
- readonly:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "qty",
|
|
|
- title: "数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- require: true,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "stroageQty",
|
|
|
- title: "累计到货主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "stockQty",
|
|
|
- title: "累计入库主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "invoiceQty",
|
|
|
- title: "累计开票主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "rollbackQty",
|
|
|
- title: "累计退货主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "backStockQty",
|
|
|
- title: "累计退库主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "floatQty",
|
|
|
- title: "未到货数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- // {
|
|
|
- // key: "createByName",
|
|
|
- // title: "创建人",
|
|
|
- // inputType: "Input",
|
|
|
- // width: 120
|
|
|
- // },
|
|
|
- // {
|
|
|
- // key: "updateByName",
|
|
|
- // title: "更新人",
|
|
|
- // inputType: "Input",
|
|
|
- // width: 120
|
|
|
- // },
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '执行结果',
|
|
|
+ // key: 'puOrderExecuteList',
|
|
|
+ // tableColumns: [
|
|
|
+ // // { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
+ // {
|
|
|
+ // key: "rowno",
|
|
|
+ // title: "行号",
|
|
|
+ // inputType: "Input",
|
|
|
+ // disabled:true,
|
|
|
+ // require:false,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "materialName",
|
|
|
+ // title: "物料",
|
|
|
+ // inputType: "PopoverSelect",
|
|
|
+ // width: 180,
|
|
|
+ // require: true,
|
|
|
+ // valueKey: "id",
|
|
|
+ // referName: "MATERIAL_PARAM",
|
|
|
+ // dataMapping: {
|
|
|
+ // material: "id",
|
|
|
+ // materialName: "name",
|
|
|
+ // materialCode: "code",
|
|
|
+ // // materialClassify:'classifyIdName',
|
|
|
+ // materialManufacturersCode:'manufacturersMaterialCode',
|
|
|
+ // specification:'specification',
|
|
|
+ // model:'model',
|
|
|
+ // isMedcine:'isMedicine',
|
|
|
+ // manufacturer:'manufacturerId',
|
|
|
+ // manufacturerName:'manufacturerIdName',
|
|
|
+ // unit:'unitId',
|
|
|
+ // unitName:'unitIdName',
|
|
|
+ // // tax:'materialRateName',
|
|
|
+ // storageCondition:'storageCondition',
|
|
|
+ // carriageCondition:'transportationCondition',
|
|
|
+ // materialClassifyOneName:'oneClass',
|
|
|
+ // materialClassifyTwoName:'twoClass',
|
|
|
+ // materialClassifyThreeName:'threeClass',
|
|
|
+ // materialClassifyFourName:'fourClass',
|
|
|
+ // registration:'registrationNo',
|
|
|
+ // isDrug:'isDrug',
|
|
|
+ // },
|
|
|
+ // queryParams: () => ({}),
|
|
|
+ // width:180,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "specification",
|
|
|
+ // title: "规格",
|
|
|
+ // inputType: "Input",
|
|
|
+ // disabled:true,
|
|
|
+ // readonly:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "qty",
|
|
|
+ // title: "数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // require: true,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "stroageQty",
|
|
|
+ // title: "累计到货主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "stockQty",
|
|
|
+ // title: "累计入库主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "invoiceQty",
|
|
|
+ // title: "累计开票主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "rollbackQty",
|
|
|
+ // title: "累计退货主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "backStockQty",
|
|
|
+ // title: "累计退库主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "floatQty",
|
|
|
+ // title: "未到货数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // // {
|
|
|
+ // // key: "createByName",
|
|
|
+ // // title: "创建人",
|
|
|
+ // // inputType: "Input",
|
|
|
+ // // width: 120
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // key: "updateByName",
|
|
|
+ // // title: "更新人",
|
|
|
+ // // inputType: "Input",
|
|
|
+ // // width: 120
|
|
|
+ // // },
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
];
|
|
|
|
|
|
// 事业发展部
|
|
@@ -1404,130 +1404,130 @@ const CauseTabColumns =[
|
|
|
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- title: '执行结果',
|
|
|
- key: 'puOrderExecuteList',
|
|
|
- tableColumns: [
|
|
|
- // { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
- {
|
|
|
- key: "rowno",
|
|
|
- title: "行号",
|
|
|
- inputType: "Input",
|
|
|
- disabled:true,
|
|
|
- require:false,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "materialName",
|
|
|
- title: "物料",
|
|
|
- inputType: "PopoverSelect",
|
|
|
- width: 180,
|
|
|
- require: true,
|
|
|
- valueKey: "id",
|
|
|
- referName: "MATERIAL_PARAM",
|
|
|
- dataMapping: {
|
|
|
- material: "id",
|
|
|
- materialName: "name",
|
|
|
- materialCode: "code",
|
|
|
- // materialClassify:'classifyIdName',
|
|
|
- materialManufacturersCode:'manufacturersMaterialCode',
|
|
|
- specification:'specification',
|
|
|
- model:'model',
|
|
|
- isMedcine:'isMedicine',
|
|
|
- manufacturer:'manufacturerId',
|
|
|
- manufacturerName:'manufacturerIdName',
|
|
|
- unit:'unitId',
|
|
|
- unitName:'unitIdName',
|
|
|
- // tax:'materialRateName',
|
|
|
- storageCondition:'storageCondition',
|
|
|
- carriageCondition:'transportationCondition',
|
|
|
- materialClassifyOneName:'oneClass',
|
|
|
- materialClassifyTwoName:'twoClass',
|
|
|
- materialClassifyThreeName:'threeClass',
|
|
|
- materialClassifyFourName:'fourClass',
|
|
|
- registration:'registrationNo',
|
|
|
- isDrug:'isDrug',
|
|
|
- },
|
|
|
- queryParams: () => ({}),
|
|
|
- width:180,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "specification",
|
|
|
- title: "规格",
|
|
|
- inputType: "Input",
|
|
|
- disabled:true,
|
|
|
- readonly:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "qty",
|
|
|
- title: "数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- require: true,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "stroageQty",
|
|
|
- title: "累计到货主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "stockQty",
|
|
|
- title: "累计入库主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "invoiceQty",
|
|
|
- title: "累计开票主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "rollbackQty",
|
|
|
- title: "累计退货主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "backStockQty",
|
|
|
- title: "累计退库主数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- {
|
|
|
- key: "floatQty",
|
|
|
- title: "未到货数量",
|
|
|
- inputType: "InputNumber",
|
|
|
- controlsPosition: "right",
|
|
|
- width: 180,
|
|
|
- isSummary:true,
|
|
|
- },
|
|
|
- // {
|
|
|
- // key: "createByName",
|
|
|
- // title: "创建人",
|
|
|
- // inputType: "Input",
|
|
|
- // width: 120
|
|
|
- // },
|
|
|
- // {
|
|
|
- // key: "updateByName",
|
|
|
- // title: "更新人",
|
|
|
- // inputType: "Input",
|
|
|
- // width: 120
|
|
|
- // },
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '执行结果',
|
|
|
+ // key: 'puOrderExecuteList',
|
|
|
+ // tableColumns: [
|
|
|
+ // // { key: "orderId", title: "采购订单ID", inputType: "Input", width: 180 },
|
|
|
+ // {
|
|
|
+ // key: "rowno",
|
|
|
+ // title: "行号",
|
|
|
+ // inputType: "Input",
|
|
|
+ // disabled:true,
|
|
|
+ // require:false,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "materialName",
|
|
|
+ // title: "物料",
|
|
|
+ // inputType: "PopoverSelect",
|
|
|
+ // width: 180,
|
|
|
+ // require: true,
|
|
|
+ // valueKey: "id",
|
|
|
+ // referName: "MATERIAL_PARAM",
|
|
|
+ // dataMapping: {
|
|
|
+ // material: "id",
|
|
|
+ // materialName: "name",
|
|
|
+ // materialCode: "code",
|
|
|
+ // // materialClassify:'classifyIdName',
|
|
|
+ // materialManufacturersCode:'manufacturersMaterialCode',
|
|
|
+ // specification:'specification',
|
|
|
+ // model:'model',
|
|
|
+ // isMedcine:'isMedicine',
|
|
|
+ // manufacturer:'manufacturerId',
|
|
|
+ // manufacturerName:'manufacturerIdName',
|
|
|
+ // unit:'unitId',
|
|
|
+ // unitName:'unitIdName',
|
|
|
+ // // tax:'materialRateName',
|
|
|
+ // storageCondition:'storageCondition',
|
|
|
+ // carriageCondition:'transportationCondition',
|
|
|
+ // materialClassifyOneName:'oneClass',
|
|
|
+ // materialClassifyTwoName:'twoClass',
|
|
|
+ // materialClassifyThreeName:'threeClass',
|
|
|
+ // materialClassifyFourName:'fourClass',
|
|
|
+ // registration:'registrationNo',
|
|
|
+ // isDrug:'isDrug',
|
|
|
+ // },
|
|
|
+ // queryParams: () => ({}),
|
|
|
+ // width:180,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "specification",
|
|
|
+ // title: "规格",
|
|
|
+ // inputType: "Input",
|
|
|
+ // disabled:true,
|
|
|
+ // readonly:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "qty",
|
|
|
+ // title: "数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // require: true,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "stroageQty",
|
|
|
+ // title: "累计到货主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "stockQty",
|
|
|
+ // title: "累计入库主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "invoiceQty",
|
|
|
+ // title: "累计开票主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "rollbackQty",
|
|
|
+ // title: "累计退货主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "backStockQty",
|
|
|
+ // title: "累计退库主数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: "floatQty",
|
|
|
+ // title: "未到货数量",
|
|
|
+ // inputType: "InputNumber",
|
|
|
+ // controlsPosition: "right",
|
|
|
+ // width: 180,
|
|
|
+ // isSummary:true,
|
|
|
+ // },
|
|
|
+ // // {
|
|
|
+ // // key: "createByName",
|
|
|
+ // // title: "创建人",
|
|
|
+ // // inputType: "Input",
|
|
|
+ // // width: 120
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // key: "updateByName",
|
|
|
+ // // title: "更新人",
|
|
|
+ // // inputType: "Input",
|
|
|
+ // // width: 120
|
|
|
+ // // },
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
];
|
|
|
// export const initTabColumns = () => tabColumns;
|
|
|
|