|
@ -192,7 +192,7 @@ export default { |
|
|
{label: "批次", prop: "lot", width:'110px'}, |
|
|
{label: "批次", prop: "lot", width:'110px'}, |
|
|
{type: "filter", filters: "inventoryStage", label: "状态", prop: "status", width:'80px'}, |
|
|
{type: "filter", filters: "inventoryStage", label: "状态", prop: "status", width:'80px'}, |
|
|
{label: "单位", prop: "uom", width:'80px'}, |
|
|
{label: "单位", prop: "uom", width:'80px'}, |
|
|
{type: "input", valueType: Number, label: "数量", prop: "qty" }, |
|
|
{type: "input", label: "数量", prop: "qty", validType:'number' }, |
|
|
], |
|
|
], |
|
|
editRules: { |
|
|
editRules: { |
|
|
cerateRule: { |
|
|
cerateRule: { |
|
|