Compare commits
No commits in common. "d6183159ead4bcd598b52e370b43303467235846" and "941865e7c39a0a137cc45700c138d085894ac4cf" have entirely different histories.
d6183159ea
...
941865e7c3
@ -136,8 +136,7 @@ const state = reactive({
|
||||
{ value: '自动转库', label: '自动转库' },
|
||||
{ value: 'QMS质检', label: '质检结果' },
|
||||
{ value: 'FGStockIn', label: '成品入库' },
|
||||
{ value: '无来源转库', label: '转现场仓及无来源转库' },
|
||||
{ value: '生产领料出库', label: '备货出库-直接领料出库' }
|
||||
{ value: '无来源转库', label: '转现场仓及无来源转库' }
|
||||
],
|
||||
page: {
|
||||
pageNum: 1,
|
||||
|
@ -64,9 +64,6 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="SHIPREQUESTDETAILNAME" label="行项目" width="120"></el-table-column>
|
||||
<el-table-column prop="CREATEUSER" label="领用人" width="80"></el-table-column>
|
||||
<el-table-column prop="PARTNAME" label="领用部门" width="150"></el-table-column>
|
||||
<el-table-column prop="REMARK" label="备注"></el-table-column>
|
||||
</el-table>
|
||||
<div class="page-table-operate">
|
||||
<div class="page-table-title"></div>
|
||||
|
@ -76,9 +76,6 @@
|
||||
</el-select>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="SUPPLIERNO" label="供应商编码" width="80"></el-table-column>
|
||||
<el-table-column prop="ORDERREMARK" label="单据备注"></el-table-column>
|
||||
<el-table-column prop="OHREMARK" label="行备注"></el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<div class="vue-element-page-table">
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user