| | |
| | | "name": "线缆上报", |
| | | "appid": "__UNI__F64E0A4", |
| | | "description": "", |
| | | "versionName": "1.0.15", |
| | | "versionName" : "1.0.14", |
| | | "versionCode": "100", |
| | | "transformPx": false, |
| | | /* 5+App特有相关 */ |
| | |
| | | <Plate /> |
| | | </view> |
| | | </wd-tab> |
| | | <wd-tab title="钢芯领用" name="钢芯领用"> |
| | | <wd-tab title="芯线领用" name="芯线领用"> |
| | | <view class="content"> |
| | | <SteelCore /> |
| | | </view> |
| | |
| | | <template> |
| | | <view> |
| | | <CardTitle title="绞线钢芯领用" :hideAction="false" /> |
| | | <CardTitle title="绞线芯线领用" :hideAction="false" /> |
| | | <SteelCoreForm ref="formRef" class="mx-4" /> |
| | | <view class="footer"> |
| | | <wd-button |
| | |
| | | @query="getList" |
| | | > |
| | | <template #top> |
| | | <CardTitle title="钢芯领用" :hideAction="true" :full="false" @action="addReport" /> |
| | | <CardTitle title="芯线领用" :hideAction="true" :full="false" @action="addReport" /> |
| | | </template> |
| | | <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round"> |
| | | <template #title> |
| | |
| | | </template> |
| | | </view> |
| | | </wd-tab> |
| | | <wd-tab title="钢芯领用自检" name="steel"> |
| | | <wd-tab title="芯线领用自检" name="steel"> |
| | | <view class="form-section"> |
| | | <wd-form :model="localSteelData"> |
| | | <wd-form-item label="规格型号" prop="model" required> |
| | |
| | | </wd-col> |
| | | </wd-row> |
| | | |
| | | <!-- 自检记录详情模块 --> |
| | | <!-- 工艺记录详情模块 --> |
| | | <wd-row> |
| | | <view style="margin: 10rpx"> |
| | | <text class="title">{{ "自检记录详情" }}</text> |
| | | <text class="title">{{ "工艺记录详情" }}</text> |
| | | </view> |
| | | <wd-col :span="24"> |
| | | <wd-form-item label="记录位置" prop="recordPosition"> |
| | |
| | | </wd-col> |
| | | </wd-row> |
| | | |
| | | <!-- 自检记录详情模块 --> |
| | | <!-- 工艺记录详情模块 --> |
| | | <wd-row> |
| | | <view style="margin: 10rpx"> |
| | | <text class="title">{{ "自检记录详情" }}</text> |
| | | <text class="title">{{ "工艺记录详情" }}</text> |
| | | </view> |
| | | <wd-col :span="24"> |
| | | <wd-form-item label="巡检员" prop="processInspectionUserName"> |