|
@@ -337,7 +337,6 @@
|
|
|
/>
|
|
|
<!-- 新增或修改仓库主(出入库)对话框 -->
|
|
|
<el-dialog
|
|
|
- :title="title"
|
|
|
:visible.sync="open"
|
|
|
:close-on-click-modal="false"
|
|
|
width="80%"
|
|
@@ -743,9 +742,9 @@
|
|
|
</el-form>
|
|
|
|
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
|
- <h3>库存明细</h3>
|
|
|
- <el-button :disabled="browseStatus" @click.prevent="addRelevant()"
|
|
|
- >新增
|
|
|
+ <h3>入库明细</h3>
|
|
|
+ <el-button type="primary" :disabled="browseStatus" @click.prevent="addRelevant()"
|
|
|
+ >新行
|
|
|
</el-button>
|
|
|
<el-button :disabled="dataListSelection.length <= 0" @click.prevent="creditClick()"
|
|
|
>入库确认
|
|
@@ -780,7 +779,7 @@
|
|
|
>作业单
|
|
|
</el-button>
|
|
|
<el-button :disabled="browseStatus" type="primary" @click="submitForm(2)">保 存</el-button>
|
|
|
- <el-button :disabled="browseStatus" type="primary" @click="submitForm(6)">请核</el-button>
|
|
|
+ <el-button :disabled="browseStatus" style="background-color: #008000;color:#fff" @click="submitForm(6)">请核</el-button>
|
|
|
</div>
|
|
|
<el-table
|
|
|
:data="dataList"
|
|
@@ -1135,9 +1134,9 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
|
- <h3>附件上传</h3>
|
|
|
+ <h3>附件明细</h3>
|
|
|
<el-button type="primary" :disabled="browseStatus" @click.prevent="addRelevt()"
|
|
|
- >新增
|
|
|
+ >新行
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<el-table
|
|
@@ -1178,7 +1177,7 @@
|
|
|
<el-input
|
|
|
v-model="scope.row.createBy"
|
|
|
:disabled="browseStatus"
|
|
|
- placeholder="上传人"
|
|
|
+ placeholder="默认登陆人"
|
|
|
show-word-limit
|
|
|
/>
|
|
|
</template>
|
|
@@ -1232,7 +1231,7 @@
|
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
|
<h3>收款信息</h3>
|
|
|
<el-button type="primary" :disabled="browseStatus" @click.prevent="addCollection()"
|
|
|
- >新增
|
|
|
+ >新行
|
|
|
</el-button>
|
|
|
<!-- <el-button :disabled="browseStatus" @click.prevent="deleteRow(warehouseDrList)"
|
|
|
>删除
|
|
@@ -1464,7 +1463,7 @@
|
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
|
<h3>付款信息</h3>
|
|
|
<el-button type="primary" :disabled="browseStatus" @click.prevent="addpayment()"
|
|
|
- >新增
|
|
|
+ >新行
|
|
|
</el-button>
|
|
|
<!-- <el-button :disabled="browseStatus" @click.prevent="deleteRow(warehouseCrList)"
|
|
|
>删除
|
|
@@ -1715,7 +1714,7 @@
|
|
|
>作业单
|
|
|
</el-button>
|
|
|
<el-button :disabled="browseStatus" type="primary" @click="submitForm(2)">保 存</el-button>
|
|
|
- <el-button :disabled="browseStatus" type="primary" @click="submitForm(6)">请核</el-button>
|
|
|
+ <el-button :disabled="browseStatus" style="background-color: #008000;color:#fff" @click="submitForm(6)">请核</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
<!-- 选择库存总账数据 -->
|