|
@@ -44,24 +44,24 @@
|
|
|
</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="页数" prop="page" class="custom-align-right">
|
|
|
+ <el-form-item label="页数:" prop="page" class="custom-align-right">
|
|
|
<el-input type="number" v-model="form.page" autocomplete="off" placeholder="请输入页数">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="开本" prop="format" class="custom-align-right">
|
|
|
+ <el-form-item label="开本:" prop="format" class="custom-align-right">
|
|
|
<el-input v-model="form.format" autocomplete="off" placeholder="请输入开本">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="纸张" prop="paper" class="custom-align-right">
|
|
|
+ <el-form-item label="纸张:" prop="paper" class="custom-align-right">
|
|
|
<el-input v-model="form.paper" autocomplete="off" placeholder="请输入纸张">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="包装" prop="package" class="custom-align-right">
|
|
|
+ <el-form-item label="包装:" prop="package" class="custom-align-right">
|
|
|
<el-input v-model="form.package" autocomplete="off" placeholder="请输入包装">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="出版社" prop="publishing_house" class="custom-align-right">
|
|
|
+ <el-form-item label="出版社:" prop="publishing_house" class="custom-align-right">
|
|
|
<el-input v-model="form.publishing_house" autocomplete="off" placeholder="请输入出版社">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -70,12 +70,12 @@
|
|
|
<el-date-picker v-model="form.publish_time" placeholder="请选择出版时间">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="ISBN" prop="ISBN" class="custom-align-right">
|
|
|
+ <el-form-item label="ISBN:" prop="ISBN" class="custom-align-right">
|
|
|
<el-input v-model="form.ISBN" autocomplete="off" placeholder="请输入ISBN">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="国内统一刊号CN" prop="CN" class="custom-align-right">
|
|
|
+ <el-form-item label="国内统一刊号CN:" prop="CN" class="custom-align-right">
|
|
|
<el-input v-model="form.CN" autocomplete="off" placeholder="请输入国内统一刊号CN">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -190,10 +190,10 @@ export default {
|
|
|
//1.表单项 start ------------------------------------------------------------>
|
|
|
editStatus: false,
|
|
|
readStatus: false,
|
|
|
- tableDivTitle: "添加书刊音像举报",
|
|
|
+ tableDivTitle: "添加书刊音像",
|
|
|
searchCascaderKey: 0, //列表缓存key
|
|
|
hovering: false, // 鼠标悬浮状态 悬浮时显示删除
|
|
|
- website_id: 2,
|
|
|
+ website_id: '', //网站id,
|
|
|
file: '',
|
|
|
userType: 1, //用户类型 1:普通用户,
|
|
|
img_url: '', //图片路径
|
|
@@ -205,7 +205,7 @@ export default {
|
|
|
//提交表单
|
|
|
form: {
|
|
|
//1.1使用了外链
|
|
|
- title: '',//书刊音像举报标题
|
|
|
+ title: '',//书刊音像标题
|
|
|
price: '',//市场价
|
|
|
market_price: '',//现售价
|
|
|
page: '',//页数
|
|
@@ -222,7 +222,7 @@ export default {
|
|
|
detail: "",
|
|
|
// department_arr_id: [],//部门id
|
|
|
// department_id: '',//部门id
|
|
|
- website_id: 1,//网站id
|
|
|
+ website_id: '',//网站id
|
|
|
cat_arr_id: [],//导航池id
|
|
|
cat_id: '',//导航池id
|
|
|
description: '',//商品描述
|
|
@@ -468,7 +468,7 @@ export default {
|
|
|
//汇报结果
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
- message: '已成功添加书刊音像举报!'
|
|
|
+ message: '已成功添加书刊音像!'
|
|
|
});
|
|
|
this.cleatForm();
|
|
|
//返回列表页
|
|
@@ -476,7 +476,7 @@ export default {
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'error',
|
|
|
- message: "书刊音像举报发布失败,请稍后再试!"
|
|
|
+ message: "书刊音像发布失败,请稍后再试!"
|
|
|
});
|
|
|
}
|
|
|
})
|
|
@@ -620,7 +620,7 @@ export default {
|
|
|
//汇报结果
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
- message: '已成功编辑书刊音像举报!'
|
|
|
+ message: '已成功编辑书刊音像!'
|
|
|
});
|
|
|
this.cleatForm();
|
|
|
//返回列表页
|
|
@@ -669,12 +669,12 @@ export default {
|
|
|
if (this.$route.query.id != undefined) {
|
|
|
this.editId = this.$route.query.id;
|
|
|
this.editStatus = true;
|
|
|
- this.tableDivTitle = "编辑书刊音像举报";
|
|
|
- console.log("编辑书刊音像举报")
|
|
|
+ this.tableDivTitle = "编辑书刊音像";
|
|
|
+ console.log("编辑书刊音像")
|
|
|
this.getMainData();
|
|
|
} else {
|
|
|
this.editStatus = false;
|
|
|
- console.log("添加书刊音像举报!")
|
|
|
+ console.log("添加书刊音像!")
|
|
|
}
|
|
|
if (this.$route.query.read == 1) {
|
|
|
this.readStatus = true;;
|