|
@@ -247,7 +247,7 @@
|
|
<span v-else>{{ scope.row.currentLotNumber }}</span>
|
|
<span v-else>{{ scope.row.currentLotNumber }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="number" :label="$t('planTable.quantity')" header-align="center" align="center">
|
|
|
|
|
|
+ <el-table-column prop="number" :label="$t('planTable.quantity')" header-align="center" align="center"/>
|
|
<!-- 新增筒重、箱重、管色字段 -->
|
|
<!-- 新增筒重、箱重、管色字段 -->
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="tubeweight"
|
|
prop="tubeweight"
|
|
@@ -367,8 +367,8 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <!--按钮信息-->
|
|
|
|
- <span slot="footer" class="dialog-footer">
|
|
|
|
|
|
+ <!--按钮信息-->
|
|
|
|
+ <span slot="footer" class="dialog-footer">
|
|
<el-button @click="nanUpdateDialogTableVisible = false">{{ $t('planTable.cancel') }}</el-button>
|
|
<el-button @click="nanUpdateDialogTableVisible = false">{{ $t('planTable.cancel') }}</el-button>
|
|
<el-button type="primary" @click="nanUpdateDialogTableVisible = false">{{ $t('planTable.confirm') }}</el-button>
|
|
<el-button type="primary" @click="nanUpdateDialogTableVisible = false">{{ $t('planTable.confirm') }}</el-button>
|
|
</span>
|
|
</span>
|