|
@@ -1874,7 +1874,7 @@ export default {
|
|
|
usestr: item.bottom_form.usege, //处方用法
|
|
usestr: item.bottom_form.usege, //处方用法
|
|
|
zhongdetail: [], // 中药明细 表格内部数据
|
|
zhongdetail: [], // 中药明细 表格内部数据
|
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : ""
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : ""
|
|
|
- preId: item.preId ? item.pageId : ""
|
|
|
|
|
|
|
+ preId: item.preId || "",
|
|
|
};
|
|
};
|
|
|
console.log("保存值", obj.isdelivery)
|
|
console.log("保存值", obj.isdelivery)
|
|
|
item.totalTableD.forEach(item1 => {
|
|
item.totalTableD.forEach(item1 => {
|
|
@@ -1978,7 +1978,7 @@ export default {
|
|
|
type: 1,
|
|
type: 1,
|
|
|
chengDetail: [],
|
|
chengDetail: [],
|
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : ""
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : ""
|
|
|
- preId: data1.preId ? data1.pageId : ""
|
|
|
|
|
|
|
+ preId: data1.preId || "",
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
data1.tableData3.forEach(item => {
|
|
data1.tableData3.forEach(item => {
|
|
@@ -2062,7 +2062,7 @@ export default {
|
|
|
type: 2,
|
|
type: 2,
|
|
|
useexplain: data1.bottom_form.caozuo,
|
|
useexplain: data1.bottom_form.caozuo,
|
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : "",
|
|
// preId: this.$route.query.recipeID ? this.$route.query.recipeID : "",
|
|
|
- preId: data1.preId ? data1.pageId : "",
|
|
|
|
|
|
|
+ preId: data1.preId || "",
|
|
|
detail: []
|
|
detail: []
|
|
|
};
|
|
};
|
|
|
|
|
|