|
@@ -978,7 +978,7 @@ const tableProps_mx = ref({
|
|
|
height: "auto",
|
|
|
align: "left",
|
|
|
// height: "",
|
|
|
- minHeight: "300px",
|
|
|
+ minHeight: "100px",
|
|
|
editConfig: { trigger: "click", mode: "row", enabled: false, autoClear: false },
|
|
|
// exportConfig: {
|
|
|
// filename: t("menu.saleTaskCrmDetail") + formatToDate(new Date(), "YYYY-MM-DDHH:mm:ss")
|
|
@@ -1064,7 +1064,7 @@ const tableProps_subSpecs = ref({
|
|
|
height: "auto",
|
|
|
align: "left",
|
|
|
// height: "",
|
|
|
- minHeight: "300px",
|
|
|
+ minHeight: "100px",
|
|
|
editConfig: { trigger: "click", mode: "row", enabled: false, autoClear: false },
|
|
|
// exportConfig: {
|
|
|
// filename: t("menu.saleTaskCrmDetail") + formatToDate(new Date(), "YYYY-MM-DDHH:mm:ss")
|
|
@@ -1632,7 +1632,7 @@ const save = async () => {
|
|
|
// 检查明细输入是否正确
|
|
|
let _disabled = !(
|
|
|
(itm.if_inputqty == 0 && [50, 51, 52, 53, 54, 104, 114, 11, 12, 13, 14, 32, 33].includes(itm.formulakind)) ||
|
|
|
- // itm.formulakind == 202 ||
|
|
|
+ itm.formulakind == 202 ||
|
|
|
itm.formulakind == 7
|
|
|
);
|
|
|
console.log("_disabled :>> ", _disabled);
|
|
@@ -1645,7 +1645,7 @@ const save = async () => {
|
|
|
} else if (t.ref == "innerClothLayerMxRef") {
|
|
|
_disabled = !(
|
|
|
(itm.if_inputqty == 0 && [50, 51, 52, 53, 54, 104, 114, 11, 14, 32, 33].includes(itm.formulakind)) ||
|
|
|
- // itm.formulakind == 202 ||
|
|
|
+ itm.formulakind == 202 ||
|
|
|
itm.formulakind == 203
|
|
|
);
|
|
|
}
|