This commit is contained in:
2025-06-19 15:45:01 +08:00
parent 3e3aa08ce5
commit 60843c6835
10 changed files with 84 additions and 48 deletions

View File

@@ -19,6 +19,9 @@
"button.refresh": "Refresh",
"button.emptyaxis": "Empty axis",
"button.noemptyaxis": "No empty axis",
"button.surerolldown": "Confirm roll down",
"button.returnaxis": "Withdrawal axis",
"button.stockup": "Stock up",
"filter.bill-code": "Bill code",
"filter.warehouse": "Warehouse",
"filter.woodenbox": "Woodenbox",
@@ -35,6 +38,12 @@
"filter.lowershaft-l": "Lower shaft left",
"filter.lowershaft-r": "Lower shaft right",
"filter.mjzcj": "Mother roll temporary storage rack",
"filter.tubecore-l": "Left tube core",
"filter.tubecore-r": "Right tube core",
"filter.axisposition": "Axis position",
"filter.staginglocationA": "Staging location A",
"filter.staginglocationB": "Staging location B",
"filter.corespecifications": "Core specifications",
"grid.bill-code": "Bill code",
"grid.bill-type": "Bill type",
"grid.warehouse-name": "Warehouse name",
@@ -65,6 +74,9 @@
"grid.staginglocationA": "Staging location A",
"grid.staginglocationB": "Staging location B",
"grid.calltime": "Call time",
"grid.coretype": "Core type",
"grid.corename": "Core name",
"grid.areaname": "Area name",
"select.uppershaft": "Upper shaft",
"select.lowershaft": "Lower shaft"
}

View File

@@ -19,6 +19,9 @@
"button.refresh": "Pembaruan",
"button.emptyaxis": "Ada sumbu kosong",
"button.noemptyaxis": "Tidak ada poros kosong",
"button.surerolldown": "Buku berikutnya",
"button.returnaxis": "Pulang",
"button.stockup": "Persediaan",
"filter.bill-code": "Kode dokumen",
"filter.warehouse": "gudang",
"filter.woodenbox": "Kotak kayu",
@@ -35,6 +38,12 @@
"filter.lowershaft-l": "Poros bawah kiri",
"filter.lowershaft-r": "Poros bawah kanan",
"filter.mjzcj": "Penyimpanan Volume Ibu",
"filter.tubecore-l": "Core kiri",
"filter.tubecore-r": "Tubula kanan",
"filter.axisposition": "Posisi sumbu",
"filter.staginglocationA": "Temporary A",
"filter.staginglocationB": "Temporary B",
"filter.corespecifications": "Spesifikasi inti",
"grid.bill-code": "Nomor dokumen",
"grid.bill-type": "Jenis dokumen",
"grid.warehouse-name": "Nama gudang",
@@ -63,6 +72,9 @@
"grid.staginglocationA": "Temporary A",
"grid.staginglocationB": "Temporary B",
"grid.calltime": "Waktu panggilan",
"grid.coretype": "Jenis inti",
"grid.corename": "Nama inti",
"grid.areaname": "Nama daerah",
"select.uppershaft": "Poros Atas",
"select.lowershaft": "Poros bawah"
}

View File

@@ -19,6 +19,9 @@
"button.refresh": "刷新",
"button.emptyaxis": "有空轴",
"button.noemptyaxis": "无空轴",
"button.surerolldown": "确认下卷",
"button.returnaxis": "退轴",
"button.stockup": "备货",
"filter.bill-code": "单据编码",
"filter.warehouse": "仓库",
"filter.woodenbox": "木箱",
@@ -35,6 +38,12 @@
"filter.lowershaft-l": "下轴左",
"filter.lowershaft-r": "下轴右",
"filter.mjzcj": "母卷暂存架",
"filter.staginglocationA": "暂存A位",
"filter.staginglocationB": "暂存B位",
"filter.tubecore-l": "管芯左",
"filter.tubecore-r": "管芯右",
"filter.axisposition": "轴位置",
"filter.corespecifications": "管芯规格",
"grid.bill-code": "单据号",
"grid.bill-type": "单据类型",
"grid.warehouse-name": "仓库名称",
@@ -63,8 +72,11 @@
"grid.operate": "操作",
"grid.tip": "提示",
"grid.staginglocationA": "暂存A位",
"grid.staginglocationB": "暂存A位",
"grid.staginglocationB": "暂存B位",
"grid.calltime": "呼叫时间",
"grid.coretype": "管芯类型",
"grid.corename": "管芯名称",
"grid.areaname": "区域名称",
"select.uppershaft": "上轴",
"select.lowershaft": "下轴"
}

View File

@@ -5,39 +5,39 @@
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">区域</view>
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">设备</span>
<span class="filter_label">{{$t('filter.device')}}</span>
</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index3" :localdata="options3" @change="selectChange3"></uni-data-select>
<uni-data-select v-model="index3" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options3" @change="selectChange3"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">点位</view>
<view class="filter_label">{{$t('filter.point')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index1" :localdata="options1" @change="selectChange1"></uni-data-select>
<uni-data-select v-model="index1" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options1" @change="selectChange1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">管芯左</view>
<view class="filter_label">{{$t('filter.tubecore-l')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="upL" :searchInput="true" :localdata="newaxis1" @handleChange="handleChange1" @showSelector="showSelector1"></uni-data-select>
<uni-data-select v-model="upL" :searchInput="true" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="newaxis1" @handleChange="handleChange1" @showSelector="showSelector1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">管芯右</view>
<view class="filter_label">{{$t('filter.tubecore-r')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="upR" :searchInput="true" :localdata="newaxis2" @handleChange="handleChange2" @showSelector="showSelector2"></uni-data-select>
<uni-data-select v-model="upR" :searchInput="true" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="newaxis2" @handleChange="handleChange2" @showSelector="showSelector2"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">轴位置</view>
<view class="filter_label">{{$t('filter.axisposition')}}</view>
<view class="filter_input_wraper">
<radio-group @change="radioChange">
<label class="mgr20" v-for="(item, index) in options4" :key="item.value">
@@ -50,8 +50,8 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !index1 ||!index2 || !index3 || (!upL && !upR)}" :disabled="disabled" @tap="_downBait">确认下卷</button>
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !index1 ||!index2 || !index3 || (!upL && !upR)}" :disabled="disabled" @tap="_downBait">{{$t('button.surerolldown')}}</button>
</view>
</view>
</template>
@@ -81,7 +81,7 @@
newaxis2: [],
upL: '',
upR: '',
options4: [{value: '1', text: '上轴'}, {value: '2', text: '下轴'}],
options4: [{value: '1', text: this.$t('select.uppershaft')}, {value: '2', text: this.$t('select.lowershaft')}],
index4: '1',
current: 0
};

View File

@@ -5,31 +5,31 @@
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">区域</view>
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">点位</view>
<view class="filter_label">{{$t('filter.point')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index" :searchInput="true" :localdata="newoptions" @change="selectChange" @handleChange="handleChange" @showSelector="showSelector"></uni-data-select>
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :searchInput="true" :localdata="newoptions" @change="selectChange" @handleChange="handleChange" @showSelector="showSelector"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">暂存A位</span>
<span class="filter_label">{{$t('filter.staginglocationA')}}</span>
</view>
<view class="filter_input_wraper">
<uni-data-select v-model="size1" :localdata="options1" @change="sizeChange1"></uni-data-select>
<uni-data-select v-model="size1" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options1" @change="sizeChange1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">暂存B位</span>
<span class="filter_label">{{$t('filter.staginglocationB')}}</span>
</view>
<view class="filter_input_wraper">
<uni-data-select v-model="size2" :localdata="options1" @change="sizeChange2"></uni-data-select>
<uni-data-select v-model="size2" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options1" @change="sizeChange2"></uni-data-select>
</view>
</view>
<!-- <view class="msg_item">暂存A位{{obj.a_point}}</view>
@@ -38,8 +38,8 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !index || (!size1 && !size2)}" :disabled="disabled" @tap="toSure">退轴</button>
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !index || (!size1 && !size2)}" :disabled="disabled" @tap="toSure">{{$t('button.returnaxis')}}</button>
</view>
</view>
</template>

View File

@@ -1,12 +1,12 @@
<template>
<view class="zd_container">
<!-- <nav-bar title="母卷暂存管理"></nav-bar> -->
<!-- <nav-bar title="分切上料管理"></nav-bar> -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">{{$t('filter.mjzcj')}}</span>
<span class="filter_label">{{$t('filter.point')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" @handleChange="handleChange" />
@@ -18,7 +18,7 @@
<view class="zd-row submitbar">
<button class="zd-col-5 btn-submit btn-default" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-8 btn-submit btn-success" :class="{'btn-info': !val1}" :disabled="disabled" @tap="toSure('2')">{{$t('button.emptyaxis')}}</button>
<button class="zd-col-8 btn-submit btn-success" :class="{'btn-info': !val1}" :disabled="disabled" @tap="toSure('1')">{{$t('button.noemptyaxis')}}</button>
<button class="zd-col-8 btn-submit btn-success" :class="{'btn-info': !val1}" :disabled="disabled" @tap="toSure('1')">{{$t('button.cleanup')}}</button>
</view>
</view>
</template>

View File

@@ -6,7 +6,7 @@
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">点位{{$t('filter.point')}}</span>
<span class="filter_label">{{$t('filter.point')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" />
@@ -14,7 +14,7 @@
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">托盘{{$t('filter.pallet-number')}}</span>
<span class="filter_label">{{$t('filter.pallet-number')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val2" />

View File

@@ -5,17 +5,17 @@
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">区域</view>
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index1" :localdata="options1" @change="selectChange1"></uni-data-select>
<uni-data-select v-model="index1" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options1" @change="selectChange1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">管芯规格</span>
<span class="filter_label">{{$t('filter.corespecifications')}}</span>
</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>
</view>
</view>
@@ -24,14 +24,14 @@
<table>
<thead>
<tr>
<th>序号</th>
<th class="th_2">托盘号</th>
<th>管芯类型</th>
<th>管芯名称</th>
<th>数量</th>
<th>所在点位</th>
<th>所在区域</th>
<th>区域名称</th>
<th>{{$t('grid.number')}}</th>
<th class="th_2">{{$t('filter.pallet-number')}}</th>
<th>{{$t('grid.coretype')}}</th>
<th>{{$t('grid.corename')}}</th>
<th>{{$t('filter.quantity')}}</th>
<th>{{$t('filter.point')}}</th>
<th>{{$t('filter.area')}}</th>
<th>{{$t('grid.areaname')}}</th>
</tr>
</thead>
<tbody>
@@ -51,9 +51,9 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !index2}" :disabled="disabled" @tap="_moveStock">备货</button>
<button class="zd-col-8 btn-submit btn-success" @tap="_showPapervehicleView">刷新</button>
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !index2}" :disabled="disabled" @tap="_moveStock">{{$t('button.stockup')}}</button>
<button class="zd-col-8 btn-submit btn-success" @tap="_showPapervehicleView">{{$t('button.refresh')}}</button>
</view>
<up-top ref="UT" :scrollTop="top"></up-top>
</view>

View File

@@ -7,13 +7,13 @@
<view class="filter_item">
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('filter.point')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index" :searchInput="true" :localdata="newoptions" @change="selectChange" @handleChange="handleChange" @showSelector="showSelector"></uni-data-select>
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :searchInput="true" :localdata="newoptions" @change="selectChange" @handleChange="handleChange" @showSelector="showSelector"></uni-data-select>
</view>
</view>
<view class="msg_item">{{$t('grid.staginglocationA')}}{{obj.a_point}}</view>

View File

@@ -42,7 +42,7 @@ export const allAuthority = () => {
{menu_id: '8', title: '子卷管重维护', path: '/pages/SecondPhase/slitting/SubRollWeight'},
{menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'},
{menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'},
{menu_id: '8', title: '分切上料管理', path: '/pages/SecondPhase/slitting/RollCacheManage'},
{menu_id: '8', title: '分切上料管理', path: '/pages/SecondPhase/slitting/RollCacheManage'},
{menu_id: '8', title: '饵料下卷', path: '/pages/SecondPhase/slitting/BaitRoll'},
// {menu_id: '8', title: '空轴绑定', path: '/pages/SecondPhase/slitting/EmptyAxisBind'},
{menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},