Commit 14d5c9ff authored by krysent's avatar krysent

单边厚度

parent 9e0003e8
......@@ -101,14 +101,14 @@ export default {
required: false,
precision: 3,
},
unilateralThickness: {
value: 0,
type: "inputnumber",
title: "单边厚度",
name: ["unilateralThickness"],
required: false,
precision: 3,
},
// unilateralThickness: {
// value: 0,
// type: "inputnumber",
// title: "单边厚度",
// name: ["unilateralThickness"],
// required: false,
// precision: 3,
// },
shopSign: {
value: null,
type: "input",
......
......@@ -254,11 +254,11 @@ const Materiel = (props) => {
valueType: "digit",
key: "sheetThickness",
},
{
title: "单边厚度",
dataIndex: "unilateralThickness",
key: "unilateralThickness",
},
// {
// title: "单边厚度",
// dataIndex: "unilateralThickness",
// key: "unilateralThickness",
// },
{
title: "默认库区",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment