Commit f432c744 authored by 沈翠玲's avatar 沈翠玲

问题清单

parent 4c33ce90
......@@ -34,7 +34,7 @@
"外协": "การผลิตภายนอก",
"生产": "การผลิต",
"扫码": "สแกนรหัส",
"请输入工单编号或编排单号": "กรุณาใส่หมายเลขคำสั่งหรือหมายเลขการจัดเรียง",
"请输入生产工单号和工序任务单号": "โปรดป้อนหมายเลขงานผลิตและหมายเลขงานกระบวนการ",
"当前可加工": "สามารถผลิตได้ในปัจจุบัน",
"搜索": "ค้นหา",
"可选订单数:{0}": "จำนวนคำสั่งที่เลือกได้:{0}",
......
......@@ -34,7 +34,7 @@
"外协": "外协",
"生产": "生产",
"扫码": "扫码",
"请输入工单编号或编排单号": "请输入工单编号或编排单号",
"请输入生产工单号和工序任务单号": "请输入生产工单号和工序任务单号",
"当前可加工": "当前可加工",
"搜索": "搜索",
"可选订单数:{0}": "可选订单数:{0}",
......
......@@ -9,11 +9,11 @@
label-width="50px"
name="arrangeCode"
>
<view class="public-input" style="width: 200px">
<view class="public-input" style="width: 250px">
<u-input
v-model="tableParams.arrangeCode"
@confirm="confirmArrange($event)"
:placeholder="$t('请输入工单编号或编排单号')"
:placeholder="$t('请输入生产工单号和工序任务单号')"
/>
</view>
</u-form-item>
......@@ -1002,7 +1002,7 @@ export default {
name: 'arrangeCode',
label: i18n.t('工单编号'),
align: 'center',
width: 85,
width: 200,
},
{
name: 'scheduleStartDateStr',
......@@ -1041,31 +1041,12 @@ export default {
},
width: 65,
},
// {
// name: 'date',
// label: '批号',
// width: 50,
// },
{
name: 'taskCode',
label: i18n.t('任务单号'),
align: 'center',
width: 100,
},
// {
// name: 'workorderCode',
// label: '生产单号',
// width: 120
// },
// {
// name: 'itemCode',
// label: '物料编号',
// width: 110,
// },
// {
// name: 'itemName',
// label: '物料名称'
// },
{
name: 'processName',
label: i18n.t('工序'),
......@@ -1082,14 +1063,8 @@ export default {
name: 'quantityUnqualify',
label: i18n.t('不合格数量'),
align: 'center',
width: 80,
width: 70,
},
// {
// name: 'clientName',
// label: '作业人员',
// width: 60,
// align: 'center'
// }
],
dModelData: [],
tableSelectData: [],
......@@ -1343,78 +1318,79 @@ export default {
]
} else {
this.tableColumn = [
{
type: 'radio',
width: 60,
},
{
name: 'arrangeCode',
label: i18n.t('工单编号'),
align: 'center',
width: 85,
},
{
name: 'scheduleStartDateStr',
label: i18n.t('计划开始时间'),
align: 'center',
width: 95,
},
{
name: 'scheduleEndDateStr',
label: i18n.t('计划结束时间'),
align: 'center',
width: 95,
},
{
name: 'quantity',
label: i18n.t('任务数量'),
align: 'center',
width: 70,
},
{
name: 'quantityWait',
label: i18n.t('可加工数量'),
align: 'center',
width: 80,
},
{
name: 'status',
label: i18n.t('状态'),
align: 'center',
filters: {
PREPARE: i18n.t('未开工'),
BEGINNING: i18n.t('已开工'),
PAUSE: i18n.t('暂停'),
ERROR_STOP: i18n.t('异常停工'),
FINISH: i18n.t('完工'),
},
width: 65,
},
{
name: 'taskCode',
label: i18n.t('任务单号'),
align: 'center',
width: 100,
},
{
name: 'processName',
label: i18n.t('工序'),
align: 'center',
width: 80,
},
{
name: 'quantityQualify',
label: i18n.t('合格数量'),
align: 'center',
width: 70,
},
{
name: 'quantityUnqualify',
label: i18n.t('不合格数量'),
align: 'center',
width: 80,
{
type: 'radio',
width: 60,
},
{
name: 'arrangeCode',
label: i18n.t('工单编号'),
align: 'center',
width: 180,
},
{
name: 'scheduleStartDateStr',
label: i18n.t('计划开始时间'),
align: 'center',
width: 140,
},
{
name: 'scheduleEndDateStr',
label: i18n.t('计划结束时间'),
align: 'center',
width: 140,
},
{
name: 'quantity',
label: i18n.t('任务数量'),
align: 'center',
width: 70,
},
{
name: 'quantityWait',
label: i18n.t('可加工数量'),
align: 'center',
width: 80,
},
{
name: 'status',
label: i18n.t('状态'),
align: 'center',
filters: {
PREPARE: i18n.t('未开工'),
BEGINNING: i18n.t('已开工'),
PAUSE: i18n.t('暂停'),
ERROR_STOP: i18n.t('异常停工'),
FINISH: i18n.t('完工'),
},
]
width: 65,
},
{
name: 'taskCode',
label: i18n.t('任务单号'),
align: 'center',
width: 100,
},
{
name: 'processName',
label: i18n.t('工序'),
align: 'center',
width: 80,
},
{
name: 'quantityQualify',
label: i18n.t('合格数量'),
align: 'center',
width: 70,
},
{
name: 'quantityUnqualify',
label: i18n.t('不合格数量'),
align: 'center',
width: 70,
},
]
}
})
......@@ -3211,6 +3187,7 @@ export default {
// color:#fff !important;
}
/deep/ .item-tr.selectrow .item-td {
background: #00ffff !important;
// color:#fff !important;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment