提交
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
<el-table-column label="物料描述" align="center" prop="wlMs" width="250" />
|
||||
<el-table-column label="供应商名称" align="center" prop="gysMc" width="200" />
|
||||
<el-table-column label="合同单价" align="center" prop="htDj" />
|
||||
<el-table-column label="总计" align="center" prop="totalAmount" />
|
||||
<el-table-column label="订单编号" align="center" prop="sapNo" width="150" />
|
||||
<el-table-column label="计量单位" align="center" prop="dw" />
|
||||
<el-table-column label="实际入库数量" align="center" prop="realQty" width="120" />
|
||||
@@ -368,16 +369,6 @@
|
||||
</el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" width="200">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.remark" placeholder="请输入备注"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="容器码" align="center" width="150">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.trayCode" placeholder="请输入容器码"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="身份码" align="center" width="200">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.entityId" placeholder="请输入身份码"></el-input>
|
||||
@@ -403,6 +394,16 @@
|
||||
<el-input v-if="scope.row.isnew" v-model="scope.row.gysMc" placeholder="供应商"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="容器码" align="center" width="150">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.trayCode" placeholder="请输入容器码"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" width="200">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.remark" placeholder="请输入备注"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="一次封样号" align="center" width="200">
|
||||
<template #default="scope">
|
||||
<el-input v-model="scope.row.fycde1" placeholder="请输入一次封样号"></el-input>
|
||||
|
||||
Reference in New Issue
Block a user