|
@@ -620,10 +620,10 @@ export const TabColumns = [
|
|
|
},
|
|
|
{ key: "notaxMoney", title: "无税金额", inputType: "Input", disabled:true,},
|
|
|
// { key: "priceSource", title: "价格目录ID", inputType: "Input", },
|
|
|
- { key: "isStorage", title: "入库关闭", inputType: "Checkbox", },
|
|
|
- { key: "isInvoice", title: "开票关闭", inputType: "Checkbox", },
|
|
|
- { key: "isArrival", title: "到货关闭", inputType: "Checkbox", },
|
|
|
- { key: "isPayment", title: "付款关闭", inputType: "Checkbox", },
|
|
|
+ { key: "isStorage", title: "入库关闭", inputType: "Checkbox", disabled:true, },
|
|
|
+ { key: "isInvoice", title: "开票关闭", inputType: "Checkbox", disabled:true, },
|
|
|
+ { key: "isArrival", title: "到货关闭", inputType: "Checkbox", disabled:true,},
|
|
|
+ { key: "isPayment", title: "付款关闭", inputType: "Checkbox", disabled:true, },
|
|
|
{ key: "isGift", title: "赠品", inputType: "Checkbox", },
|
|
|
{
|
|
|
key: "goodsWarehouseName",
|
|
@@ -778,8 +778,9 @@ export const TabColumns = [
|
|
|
{
|
|
|
key: "materialName",
|
|
|
title: "物料",
|
|
|
- require: true,
|
|
|
inputType: "PopoverSelect",
|
|
|
+ width: 180,
|
|
|
+ require: true,
|
|
|
valueKey: "id",
|
|
|
referName: "MATERIAL_PARAM",
|
|
|
dataMapping: {
|
|
@@ -806,7 +807,7 @@ export const TabColumns = [
|
|
|
isDrug:'isDrug',
|
|
|
},
|
|
|
queryParams: () => ({}),
|
|
|
- width: 180
|
|
|
+ width:180,
|
|
|
},
|
|
|
{
|
|
|
key: "specification",
|