Ver código fonte

update 0714反馈

docs_0727
lb 1 ano atrás
pai
commit
5b9e03a5a7
3 arquivos alterados com 5 adições e 3 exclusões
  1. +3
    -1
      src/views/modules/pms/blenderBatchDetails/config.js
  2. +1
    -1
      src/views/modules/pms/blenderOrder/config.js
  3. +1
    -1
      src/views/modules/pms/order/config.js

+ 3
- 1
src/views/modules/pms/blenderBatchDetails/config.js Ver arquivo

@@ -6,8 +6,10 @@ import { timeFilter } from "@/utils/filters";
export default function () {
const tableProps = [
{ type: "index", label: "序号" },
{ prop: "batchId", label: "混料批次ID" },
// { prop: "batchId", label: "混料批次ID" },
{ prop: "materialCode", label: "原料编码" },
{ prop: "materialDesc", label: "原料描述" },
{ prop: "materialName", label: "原料中文名称" },
{ prop: "qty", label: "计算用量" },
{ prop: "realqty", label: "实际用量" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },


+ 1
- 1
src/views/modules/pms/blenderOrder/config.js Ver arquivo

@@ -33,7 +33,7 @@ export default function () {
prop: "operations",
name: "操作",
fixed: "right",
width: 180,
width: 190,
subcomponent: TableOperaionComponent,
options: [
{


+ 1
- 1
src/views/modules/pms/order/config.js Ver arquivo

@@ -310,7 +310,7 @@ export default function () {
input: true,
label: "Add on",
prop: "sapParam1",
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
elparams: { placeholder: "输入addon" },
},
],


Carregando…
Cancelar
Salvar