|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div v-if="visible" class="forecast-form-container">
|
|
|
-
|
|
|
+
|
|
|
<!-- 销售预测表单容器 - AvueJS版本 -->
|
|
|
<div class="forecast-form-container basic-container">
|
|
|
<!-- 表单内容区域 -->
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
<!-- 物料表格区域 -->
|
|
|
<div class="forecast-goods-table">
|
|
|
- <div class="table-title">物料列表(来自用户关联商品 pjpfStockDescList)</div>
|
|
|
+ <div class="table-title">物料列表</div>
|
|
|
<!-- 选择并导入物料工具栏 -->
|
|
|
<div class="table-toolbar">
|
|
|
<el-select
|
|
@@ -32,7 +32,7 @@
|
|
|
filterable
|
|
|
clearable
|
|
|
:disabled="stockSelectOptions.length === 0"
|
|
|
- placeholder="通过名称(cname)搜索可导入物料"
|
|
|
+ placeholder="物料名称"
|
|
|
style="width: 360px"
|
|
|
>
|
|
|
<el-option
|
|
@@ -140,4 +140,4 @@ export default {
|
|
|
font-size: 12px;
|
|
|
color: #909399;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|