split 拆分订单的完成订单为独立页面
This commit is contained in:
@@ -62,13 +62,13 @@ export default function () {
|
||||
form: {
|
||||
rows: [
|
||||
[
|
||||
{
|
||||
input: true,
|
||||
label: "批次编码",
|
||||
prop: "batchNo",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { placeholder: "请输入批次编码" },
|
||||
},
|
||||
// {
|
||||
// input: true,
|
||||
// label: "批次编码",
|
||||
// prop: "batchNo",
|
||||
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
// elparams: { placeholder: "请输入批次编码" },
|
||||
// },
|
||||
{
|
||||
input: true,
|
||||
label: "批次重量",
|
||||
|
||||
Reference in New Issue
Block a user