This commit is contained in:
lb 2023-08-01 15:16:47 +08:00
parent 456c9d8950
commit 2f1bc5906c
8 changed files with 108 additions and 67 deletions

View File

@ -666,10 +666,23 @@ export default {
} }
case "同步": case "同步":
case "全部同步": case "全部同步":
this.$http.post(this.urls.syncUrl).then(({ data: res }) => { this.$confirm("是否同步数据?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
}).then(() => {
this.overlayVisible = true;
this.$http
.post(this.urls.syncUrl)
.then(({ data: res }) => {
console.log("同步", res); console.log("同步", res);
this.$message({ message: res.msg, type: res.code === 0 ? "success" : "error" }); this.$message({ message: res.msg, type: res.code === 0 ? "success" : "error" });
this.getList(); this.getList();
this.overlayVisible = false;
})
.catch((err) => {
this.overlayVisible = false;
});
}); });
break; break;
} }

View File

@ -7,11 +7,11 @@ export default function () {
const tableProps = [ const tableProps = [
{ type: "index", label: "序号" }, { type: "index", label: "序号" },
{ prop: "batchNo", label: "批次编码" }, { prop: "batchNo", label: "批次编码" },
{ prop: "batchSize", label: "批次重量 [kg]" }, { width: 108, prop: "batchSize", label: "批次重量 [kg]" },
{ prop: "status", label: "状态" }, { prop: "status", label: "状态" },
// { prop: "startTime", label: "开始时间" }, // { prop: "startTime", label: "开始时间" },
{ prop: "endTime", label: "结束时间" }, { prop: "endTime", label: "结束时间", filter: timeFilter },
{ prop: "task", label: "任务分类" }, { width: 108, prop: "task", label: "任务分类" },
{ prop: "blenderCode", label: "混料机" }, { prop: "blenderCode", label: "混料机" },
// { width: 120, prop: "orderCate", label: "主订单子号" }, // { width: 120, prop: "orderCate", label: "主订单子号" },
// { width: 160, prop: "code", label: "压制订单号" }, // { width: 160, prop: "code", label: "压制订单号" },
@ -22,10 +22,11 @@ export default function () {
// { prop: "goodqty", label: "合格数量" }, // { prop: "goodqty", label: "合格数量" },
// { width: 120, prop: "badqty", label: "不合格数量" }, // { width: 120, prop: "badqty", label: "不合格数量" },
// { prop: "remark", label: "备注" }, // { prop: "remark", label: "备注" },
// { prop: 'version', label: '配方号' },
// { prop: 'status', label: '状态', subcomponent: StatusComponent }, // subcomponent // { prop: 'status', label: '状态', subcomponent: StatusComponent }, // subcomponent
{ prop: "description", label: "详情", subcomponent: TableTextComponent, actionName: 'view-blender-batch-details' }, { prop: "description", label: "详情", subcomponent: TableTextComponent, actionName: "view-blender-batch-details" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter }, { prop: 'bomName', label: '牌号' },
{ prop: 'bomVersion', label: '版本号' },
// { width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
{ {
prop: "operations", prop: "operations",
name: "操作", name: "操作",
@ -38,15 +39,30 @@ export default function () {
// { name: 'delete', icon: 'delete', enable: injectRow => { return 'task' in injectRow && injectRow.task === 'Manual' } }, // { name: 'delete', icon: 'delete', enable: injectRow => { return 'task' in injectRow && injectRow.task === 'Manual' } },
// 只有 injectRow.status 为 waiting 时,才允许编辑 // 只有 injectRow.status 为 waiting 时,才允许编辑
{ name:"edit", label: "编辑", icon: "edit-outline", enable: injectRow => { return 'status' in injectRow && injectRow.status === 'Waiting' } }, {
{ name: 'delete', icon: 'delete', emitFull: true, promptField: 'batchNo', enable: injectRow => { return 'status' in injectRow && injectRow.status === 'Waiting' } }, name: "edit",
] label: "编辑",
icon: "edit-outline",
enable: (injectRow) => {
return "status" in injectRow && injectRow.status === "Waiting";
},
},
{
name: "delete",
icon: "delete",
emitFull: true,
promptField: "batchNo",
enable: (injectRow) => {
return "status" in injectRow && injectRow.status === "Waiting";
},
},
],
}, },
]; ];
const headFormFields = [ const headFormFields = [
{ {
label: '订单批次' label: "订单批次",
}, },
{ {
button: { button: {

View File

@ -7,11 +7,11 @@ export default function () {
const tableProps = [ const tableProps = [
{ type: "index", label: "序号" }, { type: "index", label: "序号" },
// { prop: "kilnCode", label: "窑炉" }, // { prop: "kilnCode", label: "窑炉" },
{ width: 160, prop: "orderCode", label: "主订单号" }, { width: 128, prop: "orderCode", label: "主订单号" },
{ width: 60, prop: "orderCate", label: "子号" }, { width: 60, prop: "orderCate", label: "子号" },
{ width: 160, prop: "code", label: "混料订单号" }, { width: 128, prop: "code", label: "混料订单号" },
{ {
width: 60, width: 80,
prop: "percent", prop: "percent",
label: "进度", label: "进度",
filter: (val) => (val !== null && val !== undefined ? val + " %" : "-"), filter: (val) => (val !== null && val !== undefined ? val + " %" : "-"),
@ -25,9 +25,10 @@ export default function () {
// { prop: "startTime", label: "开始时间" }, // { prop: "startTime", label: "开始时间" },
// { prop: "shapeCode", label: "砖型" }, // { prop: "shapeCode", label: "砖型" },
{ prop: "bomCode", label: "配方" }, { prop: "bomCode", label: "配方" },
{ prop: "bomName", label: "牌号" },
{ width: 60, prop: "ai", label: "版本" },
{ width: 120, prop: "qty", label: "混料总量 [kg]" }, { width: 120, prop: "qty", label: "混料总量 [kg]" },
{ width: 120, prop: "comqty", label: "已完成量 [kg]" }, { width: 120, prop: "comqty", label: "已完成量 [kg]" },
{ width: 60, prop: "ai", label: "版本" },
{ prop: "blenderCode", label: "混料机" }, { prop: "blenderCode", label: "混料机" },
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter }, { width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
// { width: 120, prop: "badqty", label: "不合格数量" }, // { width: 120, prop: "badqty", label: "不合格数量" },

View File

@ -11,7 +11,7 @@ export default function () {
// { prop: "createTime", label: "添加时间", filter: timeFilter }, // { prop: "createTime", label: "添加时间", filter: timeFilter },
{ prop: "techCode", label: "烧制曲线" }, { prop: "techCode", label: "烧制曲线" },
{ prop: "description", label: "详情", subcomponent: TableTextComponent, emitFullData: true }, { prop: "description", label: "详情", subcomponent: TableTextComponent, emitFullData: true },
// { prop: "remark", label: "备注" }, { prop: "techRemark", label: "烧制曲线备注" },
{ {
prop: "operations", prop: "operations",
name: "操作", name: "操作",

View File

@ -508,7 +508,7 @@ export default {
} }
} else if (typeof cond === "object") { } else if (typeof cond === "object") {
Object.keys(cond).forEach((key) => { Object.keys(cond).forEach((key) => {
this.cachedSearchCondition[key] = cond[key]; this.cachedSearchCondition[key] = payload[key] ? payload[key] : cond[key];
}); });
} }
}); });

View File

@ -18,7 +18,7 @@ export default function () {
prop: "operations", prop: "operations",
name: "操作", name: "操作",
fixed: "right", fixed: "right",
width: 150, width: 180,
subcomponent: TableOperaionComponent, subcomponent: TableOperaionComponent,
options: [ options: [
{ name: "temperature", label: "烧制温度", }, { name: "temperature", label: "烧制温度", },
@ -29,15 +29,24 @@ export default function () {
]; ];
const headFormFields = [ const headFormFields = [
// { {
// prop: 'code', input: true,
// label: "窑车号", prop: 'code',
// input: true, label: "窑车号",
// default: { value: "" }, default: { value: "" },
// bind: { bind: {
// placeholder: '请输入窑车号' placeholder: '请输入窑车号'
// } }
// }, },
{
input: true,
prop: 'orderCode',
label: "订单号",
default: { value: "" },
bind: {
placeholder: '请输入订单号'
}
},
{ {
timerange: true, timerange: true,
prop: "timerange", prop: "timerange",

View File

@ -4,10 +4,9 @@
:head-config="headFormConfigs" :head-config="headFormConfigs"
:dialog-configs="dialogConfigs" :dialog-configs="dialogConfigs"
:car-payload-dialog-configs="carPayloadDialogConfigs" :car-payload-dialog-configs="carPayloadDialogConfigs"
:listQueryExtra="[{ code }]" :listQueryExtra="[{ code, orderCode: '' }]"
attach-list-query-data="code" attach-list-query-data="code"
:trigger-update="triggerUpdateKey" :trigger-update="triggerUpdateKey" />
/>
</template> </template>
<script> <script>
@ -22,11 +21,11 @@ export default {
urls: this.allUrls, urls: this.allUrls,
}; };
}, },
computed: { // computed: {
code() { // code() {
return this.$route.query.code || ""; // return this.$route.query.code || "0";
}, // },
}, // },
data() { data() {
const { tableConfig, headFormConfigs, carPayloadDialogConfigs, urls, dialogConfigs } = initConfig.call(this); const { tableConfig, headFormConfigs, carPayloadDialogConfigs, urls, dialogConfigs } = initConfig.call(this);
return { return {
@ -36,9 +35,12 @@ export default {
allUrls: urls, allUrls: urls,
dialogConfigs, dialogConfigs,
triggerUpdateKey: "", triggerUpdateKey: "",
code: "",
}; };
}, },
activated() { activated() {
console.log("activated", this.$route.query)
this.code = this.$route.query.code || "";
this.triggerUpdateKey = Math.random().toString(); this.triggerUpdateKey = Math.random().toString();
}, },
}; };

View File

@ -12,7 +12,7 @@ export default function () {
// { prop: "specifications", label: "规格" }, // { prop: "specifications", label: "规格" },
// { prop: "unitDictValue", label: "单位", filter: dictFilter("unit") }, // { prop: "unitDictValue", label: "单位", filter: dictFilter("unit") },
{ prop: "weight", label: "重量", filter: (val) => (val ? val + " kg" : "-") }, { prop: "weight", label: "重量", filter: (val) => (val ? val + " kg" : "-") },
{ prop: "processTime", label: "产线完成单位产品用时", width: 200, filter: (val) => val + " (分钟)" }, // { prop: "processTime", label: "产线完成单位产品用时", width: 200, filter: (val) => val + " (分钟)" },
{ prop: "remark", label: "备注" }, { prop: "remark", label: "备注" },
{ {
prop: "description", prop: "description",
@ -62,8 +62,8 @@ export default function () {
permission: "pms:product:save", permission: "pms:product:save",
}, },
bind: { bind: {
plain: true plain: true,
} },
}, },
{ {
button: { button: {
@ -72,8 +72,8 @@ export default function () {
permission: "", permission: "",
}, },
bind: { bind: {
plain: true plain: true,
} },
}, },
]; ];
@ -106,6 +106,16 @@ export default function () {
rules: { required: true, message: "必填项不能为空", trigger: "blur" }, rules: { required: true, message: "必填项不能为空", trigger: "blur" },
elparams: { placeholder: "请输入物料编码" }, elparams: { placeholder: "请输入物料编码" },
}, },
{
input: true,
label: "重量",
prop: "weight",
rules: [
{ required: true, message: "必填项不能为空", trigger: "blur" },
{ type: "number", message: "请输入数字类型", trigger: "blur", transform: (val) => Number(val) },
],
elparams: { placeholder: "请输入重量" },
},
// { input: true, label: '版本号', prop: 'version', elparams: { placeholder: '请输入版本号' } }, // { input: true, label: '版本号', prop: 'version', elparams: { placeholder: '请输入版本号' } },
// { // {
// select: true, // select: true,
@ -118,7 +128,7 @@ export default function () {
// elparams: { placeholder: "选择一个物料类型" }, // elparams: { placeholder: "选择一个物料类型" },
// }, // },
], ],
[ // [
// { input: true, label: '单位平方数', prop: 'code', rules: { required: true, message: '必填项不能为空', trigger: 'blur' }, elparams: { placeholder: '请输入设备名称编码' } }, // { input: true, label: '单位平方数', prop: 'code', rules: { required: true, message: '必填项不能为空', trigger: 'blur' }, elparams: { placeholder: '请输入设备名称编码' } },
// { // {
// select: true, // select: true,
@ -137,27 +147,17 @@ export default function () {
// rules: { required: true, message: "必填项不能为空", trigger: "blur" }, // rules: { required: true, message: "必填项不能为空", trigger: "blur" },
// elparams: { placeholder: "请输入规格" }, // elparams: { placeholder: "请输入规格" },
// }, // },
{ // {
input: true, // input: true,
label: "产线完成单位产品用时", // label: "产线完成单位产品用时",
prop: "processTime", // prop: "processTime",
rules: [ // rules: [
{ required: true, message: "必填项不能为空", trigger: "blur" }, // { required: true, message: "必填项不能为空", trigger: "blur" },
{ type: 'number', message: "请输入数字类型", trigger: "blur", transform: val => Number(val) } // { type: 'number', message: "请输入数字类型", trigger: "blur", transform: val => Number(val) }
], // ],
elparams: { placeholder: "请输入规格" }, // elparams: { placeholder: "请输入规格" },
}, // },
{ // ],
input: true,
label: "重量",
prop: "weight",
rules: [
{ required: true, message: "必填项不能为空", trigger: "blur" },
{ type: 'number', message: "请输入数字类型", trigger: "blur", transform: val => Number(val) }
],
elparams: { placeholder: "请输入重量" },
},
],
[{ textarea: true, label: "备注", prop: "remark", elparams: { placeholder: "备注" } }], [{ textarea: true, label: "备注", prop: "remark", elparams: { placeholder: "备注" } }],
], ],
operations: [ operations: [
@ -239,7 +239,7 @@ export default function () {
subase: "/pms/productArrt", subase: "/pms/productArrt",
subpage: "/pms/productArrt/page", subpage: "/pms/productArrt/page",
importUrl: "/pms/product/import", importUrl: "/pms/product/import",
templateUrl: '/importTemplates/productImport.xlsx' templateUrl: "/importTemplates/productImport.xlsx",
}, },
}; };
} }