feat: 多页面新增功能与修复数据展示问题
1. 为PlanSheetList添加loading状态与容器绑定 2. 为拉矫报表系列页面新增仓库选项传递与参数绑定 3. 修复APS计划单表格字段映射路径错误 4. 优化wms报表模板接口调用参数与组件props定义 5. 完善crm订单详情提示信息与注释代码
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<el-input v-model="form.productType" placeholder="请输入产品类型" />
|
||||
</el-form-item>
|
||||
<el-form-item label="成品规格" prop="finishedProductSpec">
|
||||
<el-select v-model="form.finishedProductSpec" placeholder="请选择或输入成品规格" style="width: 100%" allow-create filterable>
|
||||
<el-select v-model="form.finishedProductSpec" clearable placeholder="请选择或输入成品规格" style="width: 100%" allow-create filterable>
|
||||
<el-option label="SPCC" value="SPCC" />
|
||||
<el-option label="DCO1" value="DCO1" />
|
||||
<el-option label="DX51D+Z" value="DX51D+Z" />
|
||||
@@ -347,7 +347,7 @@ export default {
|
||||
...this.orderContent,
|
||||
productContent: jsonContent
|
||||
}).then(response => {
|
||||
this.$modal.msgSuccess(`成功写入 ${this.selectedItems.length} 条产品信息`);
|
||||
this.$modal.msgSuccess(`成功写入 ${this.selectedItems.length} 条产品信息,刷新后生效`);
|
||||
// 自动刷新合同内容
|
||||
this.refreshContractContent();
|
||||
// 清空选中状态
|
||||
@@ -366,9 +366,9 @@ export default {
|
||||
this.$emit('refreshContract');
|
||||
|
||||
// 如果没有父组件监听,直接刷新页面
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 500);
|
||||
// setTimeout(() => {
|
||||
// window.location.reload();
|
||||
// }, 500);
|
||||
},
|
||||
printOrder() {
|
||||
this.$refs["printer"].print();
|
||||
|
||||
Reference in New Issue
Block a user