Commit 14d5c9ff authored by krysent's avatar krysent

单边厚度

parent 9e0003e8
...@@ -101,14 +101,14 @@ export default { ...@@ -101,14 +101,14 @@ export default {
required: false, required: false,
precision: 3, precision: 3,
}, },
unilateralThickness: { // unilateralThickness: {
value: 0, // value: 0,
type: "inputnumber", // type: "inputnumber",
title: "单边厚度", // title: "单边厚度",
name: ["unilateralThickness"], // name: ["unilateralThickness"],
required: false, // required: false,
precision: 3, // precision: 3,
}, // },
shopSign: { shopSign: {
value: null, value: null,
type: "input", type: "input",
......
...@@ -254,11 +254,11 @@ const Materiel = (props) => { ...@@ -254,11 +254,11 @@ const Materiel = (props) => {
valueType: "digit", valueType: "digit",
key: "sheetThickness", key: "sheetThickness",
}, },
{ // {
title: "单边厚度", // title: "单边厚度",
dataIndex: "unilateralThickness", // dataIndex: "unilateralThickness",
key: "unilateralThickness", // key: "unilateralThickness",
}, // },
{ {
title: "默认库区", 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