|
@@ -239,6 +239,18 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item
|
|
|
class="label-input"
|
|
|
+ label="丛书编号"
|
|
|
+ label-width="90px"
|
|
|
+ prop="series_code"
|
|
|
+ >
|
|
|
+ <el-input
|
|
|
+ autocomplete="off"
|
|
|
+ name="series_code"
|
|
|
+ v-model="formDialog.series_code"
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item
|
|
|
+ class="label-input"
|
|
|
label="价格"
|
|
|
label-width="90px"
|
|
|
prop="price"
|
|
@@ -366,6 +378,7 @@ export default {
|
|
|
edition: "",
|
|
|
publisher: "",
|
|
|
publish_number: "",
|
|
|
+ series_code: "",
|
|
|
publish_status: -1,
|
|
|
},
|
|
|
dialogFlag: false, // 新建教材弹出层
|
|
@@ -381,6 +394,7 @@ export default {
|
|
|
org_name: "",
|
|
|
publish_scope: 0,
|
|
|
publish_number: "",
|
|
|
+ series_code: "",
|
|
|
picture_id: "",
|
|
|
id: "",
|
|
|
publisher: "",
|
|
@@ -555,6 +569,7 @@ export default {
|
|
|
org_name: "",
|
|
|
publish_scope: 0,
|
|
|
publish_number: "",
|
|
|
+ series_code: "",
|
|
|
picture_id: "",
|
|
|
id: "",
|
|
|
publisher: "",
|
|
@@ -800,6 +815,7 @@ export default {
|
|
|
picture_id: res.picture_id,
|
|
|
name_english: res.name_english,
|
|
|
publish_number: res.publish_number,
|
|
|
+ series_code: res.series_code,
|
|
|
publisher: res.publisher,
|
|
|
theme_color: res.theme_color,
|
|
|
edition: res.edition,
|