sjz
2025-02-19 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69
api/spotCheck.js
@@ -12,6 +12,18 @@
   })
}
export function getMoldSpotCheckItem() {
   return request({
      'url': '/spotCheck/getMoldSpot?userNo=' + uni.getStorageSync('userInfo').code,
      'method': 'post',
      'header': {
         'Content-Type': 'application/json',
         'dataType': 'json',
         'Accept': 'application/json'
      }
   })
}
export function getSpotItemResult(planNo) {
   return request({
      'url': '/spotCheck/getSpotItemResult?planNo='+planNo,