订单支持分包裹发货

This commit is contained in:
15386982806
2024-01-10 19:15:24 +08:00
parent c81eff58d3
commit 9ce1c966eb
6 changed files with 505 additions and 27 deletions

View File

@@ -213,6 +213,11 @@
overflow-x: hidden;
}
">
<template slot="yujing" slot-scope="{ row }">
<Input v-model="row.yujing" clearable placeholder="请输入库存预警" @on-change="updateSkuTable(row, 'yujing')">
<span slot="append">{{baseInfoForm.goodsUnit || ""}}</span>
</Input>
</template>
<template slot="sn" slot-scope="{ row }">
<Input v-model="row.sn" clearable placeholder="请输入货号" @on-change="updateSkuTable(row, 'sn')" />
</template>
@@ -1416,7 +1421,10 @@ export default {
key: columnName,
});
});
pushData.push({
title: "库存预警",
slot: "yujing",
});
// 有成本价和价格的情况
if (this.baseInfoForm.salesModel !== "WHOLESALE") {
pushData.push(