diff --git a/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue b/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue
index ea409083..a69d246b 100644
--- a/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue
+++ b/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue
@@ -50,8 +50,22 @@
value="大众备件条码出库"
>
+
+
+
+
+
-
@@ -362,8 +375,8 @@ export default {
tempsTabs.push({ label: "结算单", prop: "billNum", width: 180 });
tempsTabs.push({ label: "结算数量", prop: "qty", width: 120 });
- //tempsTabs.push({ label: "实际出库数量", prop: "outputQty", width: 180 });
- //tempsTabs.push({ label: "差异数量", prop: "diffQty", width: 120 });
+ tempsTabs.push({ label: "实际出库数量", prop: "outputQty", width: 140 });
+ tempsTabs.push({ label: "差异数量", prop: "diffQty", width: 120 });
tempsTabs.push({
label: "开票单价",
@@ -462,7 +475,7 @@ export default {
// this.$refs["formCount"].resetFields();
// });
this.JobversionValue = "";
- this.formTitle = "生成结算出库数据";
+ this.formTitle = "生成数据";
this.isEdit = false;
this.form = {};
this.dialogFormVisible = true;