update 0714反馈
This commit is contained in:
parent
2f7124ef22
commit
5b9e03a5a7
@ -6,8 +6,10 @@ import { timeFilter } from "@/utils/filters";
|
|||||||
export default function () {
|
export default function () {
|
||||||
const tableProps = [
|
const tableProps = [
|
||||||
{ type: "index", label: "序号" },
|
{ type: "index", label: "序号" },
|
||||||
{ prop: "batchId", label: "混料批次ID" },
|
// { prop: "batchId", label: "混料批次ID" },
|
||||||
{ prop: "materialCode", label: "原料编码" },
|
{ prop: "materialCode", label: "原料编码" },
|
||||||
|
{ prop: "materialDesc", label: "原料描述" },
|
||||||
|
{ prop: "materialName", label: "原料中文名称" },
|
||||||
{ prop: "qty", label: "计算用量" },
|
{ prop: "qty", label: "计算用量" },
|
||||||
{ prop: "realqty", label: "实际用量" },
|
{ prop: "realqty", label: "实际用量" },
|
||||||
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
|
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||||
|
@ -33,7 +33,7 @@ export default function () {
|
|||||||
prop: "operations",
|
prop: "operations",
|
||||||
name: "操作",
|
name: "操作",
|
||||||
fixed: "right",
|
fixed: "right",
|
||||||
width: 180,
|
width: 190,
|
||||||
subcomponent: TableOperaionComponent,
|
subcomponent: TableOperaionComponent,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
@ -310,7 +310,7 @@ export default function () {
|
|||||||
input: true,
|
input: true,
|
||||||
label: "Add on",
|
label: "Add on",
|
||||||
prop: "sapParam1",
|
prop: "sapParam1",
|
||||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { placeholder: "输入addon" },
|
elparams: { placeholder: "输入addon" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user